Skip to content

Commit

Permalink
feat(blazorui): improve background colors of dark theme in BlazorUI #…
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Aug 4, 2024
1 parent 9a759b8 commit 63b1a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/BlazorUI/Bit.BlazorUI/Styles/Fluent/colors.fluent-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
--bit-clr-fg-dis: #444;
//backgrounds
--bit-clr-bg-pri: #010409;
--bit-clr-bg-pri-hover: #04080F;
--bit-clr-bg-pri-active: #060A13;
--bit-clr-bg-sec: #0D1117;
--bit-clr-bg-sec-hover: #11161D;
--bit-clr-bg-sec-active: #151B22;
--bit-clr-bg-pri-hover: #101419;
--bit-clr-bg-pri-active: #14191F;
--bit-clr-bg-sec: #161B22;
--bit-clr-bg-sec-hover: #1C222B;
--bit-clr-bg-sec-active: #202731;
--bit-clr-bg-dis: #222;
--bit-clr-bg-overlay: rgba(255, 255, 255, 0.2);
//borders
Expand Down

0 comments on commit 63b1a07

Please sign in to comment.