+6
-1
@@ -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',
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user