Skip to content

Commit

Permalink
fix(color-palette): fix color palette (#316)
Browse files Browse the repository at this point in the history
* fix(color-palette): fix color palette

* chore: fix minor thing
  • Loading branch information
sulmoJ committed Feb 27, 2023
1 parent 23ff2d4 commit 296fe39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/colors.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const palette = {
100: '#F7F7F7',
200: '#DDDDDF',
300: '#C2C2C6',
400: '#A6A6AE',
400: '#A7A9B2',
500: '#898995',
600: '#6C6D7D',
600: '#6B6E7B',
700: '#515364',
800: '#383B4C',
900: '#232533',
Expand Down Expand Up @@ -74,7 +74,7 @@ const palette = {
},
violet: {
100: '#F8F8FC',
200: '#D8D7F9',
200: '#E1E0FA',
300: '#B7AFED',
400: '#897CD6',
500: '#7D5DD2',
Expand Down

0 comments on commit 296fe39

Please sign in to comment.