Skip to content

Commit e3c52c7

Browse files
committed
change iOS default row color to black
1 parent 715e559 commit e3c52c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/home/edit/row.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const styles = StyleSheet.create({
4242
flex: 1,
4343
flexShrink: 0,
4444
fontSize: 18,
45-
color: c.white,
45+
color: c.black,
4646
},
4747
})
4848

0 commit comments

Comments
 (0)