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,