fix: style adjustments
parent
ae19e60099
commit
b1240c1e49
|
@ -101,7 +101,7 @@ export const SplashScreen = ({
|
||||||
},
|
},
|
||||||
inputIOS: {
|
inputIOS: {
|
||||||
color: pal.text.color,
|
color: pal.text.color,
|
||||||
fontSize: 14,
|
fontSize: 16,
|
||||||
paddingRight: 10 + 4,
|
paddingRight: 10 + 4,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
@ -113,7 +113,6 @@ export const SplashScreen = ({
|
||||||
top: 0,
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
width: 10,
|
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|
Loading…
Reference in New Issue