From 70c04633d12b7a0752661d4a21726c7aaa786005 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 28 Dec 2024 10:38:48 +0100 Subject: [PATCH] fix(css): update primary color variables --- packages/app/assets/css/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/assets/css/tailwind.css b/packages/app/assets/css/tailwind.css index 225c0bdd..3c02c890 100644 --- a/packages/app/assets/css/tailwind.css +++ b/packages/app/assets/css/tailwind.css @@ -14,8 +14,8 @@ --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 149 79% 35%; - --primary-foreground: 0 0% 98%; + --primary: 95 71% 68%; + --primary-foreground: 240 10% 3.9%; --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%;