From 0d1907f729bb264069f1c9c34478dd0ac5f43f8e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 27 Jan 2026 16:52:46 +0700 Subject: [PATCH] chore: update base content and warning color --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 0eb04a09..96339bf2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -30,14 +30,14 @@ --color-base-100: oklch(100% 0 0); /* #ffffff */ --color-base-200: oklch(97.2% 0 0); /* #f2f2f2 */ --color-base-300: oklch(93.1% 0.002 249.7); /* #e5e6e6 */ - --color-base-content: oklch(18.6% 0.024 257.7); /* #1f2937 */ + --color-base-content: #18181b; /* Status/Utility Colors */ --color-info: oklch(67.4% 0.176 238.9); --color-info-content: oklch(0% 0 0); /* #000000 */ --color-success: #00d390; --color-success-content: oklch(100% 0 0); /* #ffffff */ - --color-warning: oklch(82.2% 0.165 91.9); + --color-warning: #fcb700; --color-warning-content: oklch(0% 0 0); /* #000000 */ --color-error: #ff3a3a; --color-error-content: oklch(100% 0 0); /* #fffffff */