Skip to content

Commit

Permalink
Change --light variable to lighter color
Browse files Browse the repository at this point in the history
  • Loading branch information
kosserin committed Feb 5, 2025
1 parent 3db6391 commit 392ef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/globalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const GlobalStyle = createGlobalStyle`
:root {
--white: #DBDBDB;
--light: #9081a0;
--light: #b3a6c1;
--purple-bg: #150B21;
--chip-bg: #3d2b53;
--chip-txt: #B988F4;
Expand Down

0 comments on commit 392ef05

Please sign in to comment.