Skip to content

Commit 5515344

Browse files
author
杨楠
committed
fix:解决 NoticeBar首次渲染报错问题
1 parent ca376f6 commit 5515344

File tree

1 file changed

+1
-1
lines changed
  • example/examples/src/routes/NoticeBar

1 file changed

+1
-1
lines changed

example/examples/src/routes/NoticeBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class NoticeBarExample extends Component {
1010
source={{
1111
uri: 'https://zos.alipayobjects.com/rmsportal/bRnouywfdRsCcLU.png',
1212
}}
13-
style={{width: 12, height: 12, tintColor: 'balck'}}
13+
style={{width: 12, height: 12, tintColor: '#fff'}}
1414
/>
1515
);
1616

0 commit comments

Comments
 (0)