File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed
Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ export const Test03Screen = () => {
578578const styles = StyleSheet . create ( {
579579 rootContainer : {
580580 flex : 1 ,
581+ backgroundColor : 'white' ,
581582 } ,
582583 list : {
583584 flex : 1 ,
Original file line number Diff line number Diff line change @@ -560,6 +560,7 @@ export const Test04Screen = () => {
560560const styles = StyleSheet . create ( {
561561 rootContainer : {
562562 flex : 1 ,
563+ backgroundColor : 'white' ,
563564 } ,
564565 list : {
565566 flex : 1 ,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ export const Test05Screen = () => {
9090const styles = StyleSheet . create ( {
9191 rootContainer : {
9292 flex : 1 ,
93+ backgroundColor : 'white' ,
9394 } ,
9495 rootContainerContent : {
9596 alignItems : 'flex-end' ,
You can’t perform that action at this time.
0 commit comments