From d42a4becd68cc7e33df2941e98a75c000b508acd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 16 Feb 2024 12:04:55 -0600 Subject: [PATCH] We must go darker --- src/Splash.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Splash.tsx b/src/Splash.tsx index 74b0d9bfa0..d840500571 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -23,7 +23,6 @@ import Svg, {Path, SvgProps} from 'react-native-svg' import {isAndroid} from '#/platform/detection' import {useThemePrefs} from 'state/shell' import {Logotype} from '#/view/icons/Logotype' -import {tokens} from '#/alf' // @ts-ignore import splashImagePointer from '../assets/splash.png' @@ -266,7 +265,8 @@ export function Splash(props: React.PropsWithChildren) { StyleSheet.absoluteFillObject, { backgroundColor: isDarkMode - ? tokens.color.blue_500 + ? // special off-spec color for dark mode + '#0F1824' : '#fff', }, ]}