Add icon color variable to color themes

This commit is contained in:
natsoni 2024-04-10 12:26:00 +09:00
parent 9f6521b987
commit cabe629f17
No known key found for this signature in database
GPG Key ID: C65917583181743B
3 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,7 @@ $dropdown-link-active-bg: $active-bg;
--tertiary: #{$tertiary};
--success: #{$success};
--info: #{$info};
--icon: #f1f1f1;
--box-bg: #24273e;
--stat-box-bg: #181b2d;

View File

@ -69,6 +69,7 @@ $dropdown-link-active-bg: $active-bg;
--tertiary: #{$tertiary};
--success: #{$success};
--info: #{$info};
--icon: #f1f1f1;
--box-bg: #171c2a;
--stat-box-bg: #0b1018;

View File

@ -69,6 +69,7 @@ $dropdown-link-active-bg: $active-bg;
--tertiary: #{$tertiary};
--success: #{$success};
--info: #{$info};
--icon: #f1f1f1;
--box-bg: #171c2a;
--stat-box-bg: #0b1018;