From 4a4bee1ae9a2a07fbe8fdceb90cac807a49c5194 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 19 Feb 2025 17:51:28 -0600 Subject: [PATCH] what about this? --- tamagui.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tamagui.config.ts b/tamagui.config.ts index 5432f412..172ca77e 100644 --- a/tamagui.config.ts +++ b/tamagui.config.ts @@ -49,7 +49,7 @@ const jellifyConfig = createTamagui({ }, light_inverted_purple: { color: tokens.color.purpleDark, - borderColor: tokens.color.purpleGray, + borderColor: tokens.color.purpleDark, background: tokens.color.purpleGray } }