Skip to content

Commit 65d73f4

Browse files
committed
💫 Update: Ex - Add BG Color to Test Screens
1 parent 164e3b6 commit 65d73f4

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

example/src/screens/Test01Screen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const styles = StyleSheet.create({
2929
rootContainer: {
3030
flex: 1,
3131
alignItems: 'center',
32-
justifyContent: 'center'
32+
justifyContent: 'center',
33+
backgroundColor: 'white',
3334
},
3435
});

example/src/screens/Test02Screen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ const styles = StyleSheet.create({
6464
justifyContent: 'flex-end',
6565
paddingHorizontal: 15,
6666
paddingVertical: 10,
67-
paddingBottom: 20
67+
paddingBottom: 20,
68+
backgroundColor: 'white',
6869
},
6970
messageContainer: {
7071
},

example/src/screens/Test03Screen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ export const Test03Screen = () => {
578578
const styles = StyleSheet.create({
579579
rootContainer: {
580580
flex: 1,
581+
backgroundColor: 'white',
581582
},
582583
list: {
583584
flex: 1,

example/src/screens/Test04Screen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ export const Test04Screen = () => {
560560
const styles = StyleSheet.create({
561561
rootContainer: {
562562
flex: 1,
563+
backgroundColor: 'white',
563564
},
564565
list: {
565566
flex: 1,

example/src/screens/Test05Screen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const Test05Screen = () => {
9090
const styles = StyleSheet.create({
9191
rootContainer: {
9292
flex: 1,
93+
backgroundColor: 'white',
9394
},
9495
rootContainerContent: {
9596
alignItems: 'flex-end',

0 commit comments

Comments
 (0)