Skip to content

Commit ec59bbe

Browse files
committedDec 18, 2024
test: 修改react-native-flash-message测试demo
1 parent ef47c59 commit ec59bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎react-native-flash-message/FlashMessageTest.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export function FlashMessageTest() {
248248
animated: true,
249249
floating: true,
250250
style: {
251-
backgroundColor: '#f0f0f0',
251+
backgroundColor: 'orange',
252252
padding: 10,
253253
borderRadius: 5,
254254
},

0 commit comments

Comments
 (0)
Please sign in to comment.