From 7cba861dbbc00e0e74c4fa39b7f19c19500b81d6 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 25 Jan 2025 07:43:51 -0600 Subject: [PATCH] Update purplegray color token value to something darker and grayer --- enums/colors.ts | 2 +- tamagui.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/enums/colors.ts b/enums/colors.ts index 10e10c19..caab2fd6 100644 --- a/enums/colors.ts +++ b/enums/colors.ts @@ -1,6 +1,6 @@ export enum Colors { Primary = "#cc2f71", // Telemagenta - Secondary = "#B5AADC", // Wisteria + Secondary = "#66617B", // Wisteria Borders = "#100538", // Russian Violet Background = "#070217", // Rich Black diff --git a/tamagui.config.ts b/tamagui.config.ts index d76ee066..d504eb45 100644 --- a/tamagui.config.ts +++ b/tamagui.config.ts @@ -7,7 +7,7 @@ const tokens = createTokens({ color: { purpleDark: "#070217", purple: "#100538", - purpleGray: "#B5AADC", + purpleGray: "#66617B", telemagenta: "#cc2f71", white: "#ffffff", black: "#000000" @@ -26,7 +26,7 @@ const jellifyConfig = createTamagui({ themes: { dark: { background: tokens.color.purpleDark, - borderColor: tokens.color.purple, + borderColor: tokens.color.purpleGray, color: tokens.color.white }, light: {