Skip to content

Commit

Permalink
fix(style): adjust bg-elv color for light mode (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Nov 10, 2023
1 parent 582ae81 commit ee4791e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@

:root {
--c-bg-elv-1: #ffffff;
--c-bg-elv-2: #f9f9f9;
--c-bg-elv-2: #f5f5f7;
--c-bg-elv-3: #ffffff;
--c-bg-elv-4: #f9f9f9;
--c-bg-elv-4: #fafafa;

--c-bg-mute-1: var(--c-gray-4);
--c-bg-mute-2: var(--c-gray-5);
Expand Down

0 comments on commit ee4791e

Please sign in to comment.