Skip to content

Commit

Permalink
fix: new color global
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 4, 2022
1 parent 6a1e460 commit e93ad31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
--orange: #ff9000;
--gray: #999591;
--gray-hard: #666360;
--shape: #3e3b47;
--shape: #ccc6c2;
--black-medium: #28262e;
--input: #afa298;
--calendar: #ccc6c2;
}

[data-theme="dark"] {
Expand All @@ -18,6 +19,7 @@
--shape: #3e3b47;
--black-medium: #28262e;
--input: #232129;
--calendar: #28262e;
}

* {
Expand Down Expand Up @@ -53,7 +55,7 @@ body {
}

::-webkit-scrollbar {
width: 7px;
width: 10px;
height: 7px;
}

Expand Down

0 comments on commit e93ad31

Please sign in to comment.