From 359624c8af67537f92a503830da8447b43667bac Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Thu, 29 May 2025 16:42:39 +0100 Subject: [PATCH] feat(ui): update primary colors To match latest design. --- pkgs/clan-app/ui/tailwind/core-plugin.ts | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pkgs/clan-app/ui/tailwind/core-plugin.ts b/pkgs/clan-app/ui/tailwind/core-plugin.ts index d61d283fb..19e52adb7 100644 --- a/pkgs/clan-app/ui/tailwind/core-plugin.ts +++ b/pkgs/clan-app/ui/tailwind/core-plugin.ts @@ -233,24 +233,24 @@ export default plugin.withOptions( 300: toRGB("#8abebc"), 400: toRGB("#478585"), 500: toRGB("#526f6f"), - 600: toRGB("#4b6667"), + 600: toRGB("#4b6767"), 700: toRGB("#345253"), - 800: toRGB("#2a4647"), - 900: toRGB("#1f3536"), + 800: toRGB("#2b4647"), + 900: toRGB("#203637"), 950: toRGB("#162324"), }, secondary: { - 50: toRGB("#F7F9FA"), - 100: toRGB("#E7F2F4"), - 200: toRGB("#D8E8EB"), - 300: toRGB("#AFC6CA"), - 400: toRGB("#90B2B7"), - 500: toRGB("#7B9B9F"), - 600: toRGB("#4F747A"), - 700: toRGB("#415E63"), + 50: toRGB("#f7f9fA"), + 100: toRGB("#e7f2f4"), + 200: toRGB("#d8e8eb"), + 300: toRGB("#afc6ca"), + 400: toRGB("#90b2b7"), + 500: toRGB("#7b9b9f"), + 600: toRGB("#4f747A"), + 700: toRGB("#415e63"), 800: toRGB("#446065"), - 900: toRGB("#2C4347"), - 950: toRGB("#0D1416"), + 900: toRGB("#2c4347"), + 950: toRGB("#0d1416"), }, info: { 50: toRGB("#eff9ff"),