Skip to content

Commit cb9e909

Browse files
ffff
authored andcommitted
fix: 调整底部链接样式
1 parent 2cbd76c commit cb9e909

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

website/src/component/Preview/Footer.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ export default function (props) {
66
return (
77
<div style={{ paddingBlock: 20 }}>
88
{url && (
9-
<a href={url} target="_blank" rel="noopener noreferrer">
9+
<a href={url} target="_blank" rel="noopener noreferrer" style={{ color: '#333' }}>
1010
在Github上编辑本页!
1111
</a>
1212
)}
1313
<Divider type="vertical" />
14-
<a target="_blank" rel="noopener noreferrer" href="https://github.com/uiwjs/react-native-uiw/issues">
14+
<a
15+
target="_blank"
16+
rel="noopener noreferrer"
17+
href="https://github.com/uiwjs/react-native-uiw/issues"
18+
style={{ color: '#333' }}
19+
>
1520
提交bug
1621
</a>
1722
</div>

0 commit comments

Comments
 (0)