From e26ce958f26a3362c1a4fc0544a0c96bd1889a32 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 16 Feb 2024 11:51:47 -0600 Subject: [PATCH] Darken splash --- src/Splash.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Splash.tsx b/src/Splash.tsx index 80d0a66e75..74b0d9bfa0 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -23,6 +23,7 @@ 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' @@ -263,7 +264,11 @@ export function Splash(props: React.PropsWithChildren) { )}