issue fixed
This commit is contained in:
parent
9c3489d164
commit
552477f5e3
|
@ -8,10 +8,10 @@ const useStyles = () => {
|
||||||
return StyleSheet.create({
|
return StyleSheet.create({
|
||||||
flex: {
|
flex: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
alignItems: 'center'
|
alignItems: 'center',
|
||||||
|
backgroundColor: colors.background,
|
||||||
},
|
},
|
||||||
mainContainer: {
|
mainContainer: {
|
||||||
backgroundColor: colors.background,
|
|
||||||
...alignment.PTlarge,
|
...alignment.PTlarge,
|
||||||
...alignment.PBlarge,
|
...alignment.PBlarge,
|
||||||
...alignment.PLsmall,
|
...alignment.PLsmall,
|
||||||
|
|
Loading…
Reference in New Issue