Skip to content

Commit

Permalink
fix TW config
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Jul 29, 2024
1 parent 3b2cc84 commit 7475aca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,14 @@ module.exports = {
level3: colorPalette.gray[900],
level4: colorPalette.gray[800],
},
panel: colorPalette['black-pearl'],
surface: colorPalette['charade'],
panel: {
DEFAULT: colorPalette['black-pearl'],
accent: colorPalette['charade']
},
surface: {
DEFAULT: colorPalette['charade'],

},
typography: {
DEFAULT: colorPalette['athens-gray'],
},
Expand Down

0 comments on commit 7475aca

Please sign in to comment.