parent
c5641ac2b7
commit
0ff61e08e9
|
@ -263,7 +263,12 @@ export function Splash(props: React.PropsWithChildren<Props>) {
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
StyleSheet.absoluteFillObject,
|
StyleSheet.absoluteFillObject,
|
||||||
{backgroundColor: '#fff'},
|
{
|
||||||
|
backgroundColor: isDarkMode
|
||||||
|
? // special off-spec color for dark mode
|
||||||
|
'#0F1824'
|
||||||
|
: '#fff',
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue