From d6837683132149ecdb93744e0cddd8fd9ddebaf7 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 16:49:56 -0600 Subject: [PATCH] does this do anything for toasts? --- tamagui.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tamagui.config.ts b/tamagui.config.ts index a13d9d45..25a960dd 100644 --- a/tamagui.config.ts +++ b/tamagui.config.ts @@ -30,7 +30,7 @@ const jellifyConfig = createTamagui({ dark: { shadowColor: tokens.color.purple, background: tokens.color.purpleDark, - // backgroundActive: tokens.color.amethyst, + backgroundActive: tokens.color.amethyst, backgroundPress: tokens.color.amethyst, backgroundFocus: tokens.color.amethyst, backgroundHover: tokens.color.purpleGray,