Skip to content

Commit 74b1e64

Browse files
authored
feat(blazorui): improve theme colors of BlazorUI #10729 (#10753)
1 parent c7221a0 commit 74b1e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BlazorUI/Bit.BlazorUI/Styles/Fluent/colors.fluent-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
--bit-clr-fg-ter: #616973;
100100
--bit-clr-fg-ter-hover: #565D66;
101101
--bit-clr-fg-ter-active: #4B5159;
102-
--bit-clr-fg-dis: #343b42;
102+
--bit-clr-fg-dis: #666;
103103
//backgrounds
104104
--bit-clr-bg-pri: #010409;
105105
--bit-clr-bg-pri-hover: #0E141B;

src/BlazorUI/Bit.BlazorUI/Styles/Fluent/colors.fluent-light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
--bit-clr-bg-pri: #FFF;
107107
--bit-clr-bg-pri-hover: #F2F2F2;
108108
--bit-clr-bg-pri-active: #EBEBEB;
109-
--bit-clr-bg-sec: #FAF9F8;
109+
--bit-clr-bg-sec: #F5F5F5;
110110
--bit-clr-bg-sec-hover: #F2F1F0;
111111
--bit-clr-bg-sec-active: #E8E7E6;
112112
--bit-clr-bg-ter: #EDECEB;

0 commit comments

Comments
 (0)