Skip to content

Commit 4cc7e77

Browse files
Merge pull request #394 from skylarkrug/main
A background color change
2 parents 40750b4 + 842f51c commit 4cc7e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Live Clock/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const styles = StyleSheet.create({
3030
alignItems:"center",
3131
flex: 1,
3232
paddingTop: Constants.statusBarHeight,
33-
backgroundColor: '#ecf0f1',
33+
backgroundColor: '#fdf3f9', //#ecf0f1 old color
3434
padding: 8,
3535
color:"red"
3636
},

0 commit comments

Comments
 (0)