fix(nc-gui): box shadow color in dark mode

This commit is contained in:
Ramesh Mane
2025-08-14 10:23:02 +00:00
parent e514cfae01
commit cff535104a
4 changed files with 9 additions and 6 deletions

View File

@@ -12,6 +12,8 @@
--color-bg: #ffffff;
--color-text: #000000;
--rgb-base: 0, 0, 0;
--color-base-black: #000000;
--color-base-white: #ffffff;
--color-base-none: #ffffff00;
@@ -151,6 +153,8 @@
--color-bg: #121212;
--color-text: #ffffff;
--rgb-base: 255, 255, 255;
--color-base-black: #ffffff;
--color-base-white: #171717;
--color-base-none: #ffffff00;