From e88db02ba22eb2e432baab120a59828aaf7d67c3 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Tue, 9 Dec 2025 19:56:22 +0530 Subject: [PATCH] chore: Update surface dark mode colors --- app/javascript/dashboard/assets/scss/_next-colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/assets/scss/_next-colors.scss b/app/javascript/dashboard/assets/scss/_next-colors.scss index f1abaea76..f2d38a35f 100644 --- a/app/javascript/dashboard/assets/scss/_next-colors.scss +++ b/app/javascript/dashboard/assets/scss/_next-colors.scss @@ -226,8 +226,8 @@ --gray-12: 238 238 238; --background-color: 28 29 32; - --surface-1: 23 24 27; - --surface-2: 24 26 29; + --surface-1: 20 21 23; + --surface-2: 22 23 26; --surface-active: 53 57 66; --background-input-box: 255, 255, 255, 0.02; --text-blue: 213 234 255;