Skip to content

Commit

Permalink
update TW config
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Jul 30, 2024
1 parent 12c505f commit f60d6a1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,16 @@ export default {
level3: colorPalette.gray[900],
level4: colorPalette.gray[800],
},
panel: colorPalette['black-pearl'],
surface: colorPalette['charade'],
panel: {
// Panel backgrounds, such as cards, tables, popovers, dialogs, dropdown menus, etc.
DEFAULT: colorPalette['black-pearl'],
accent: colorPalette['charade']
},
surface: {
// Form component backgrounds, such as text fields, checkboxes, select, etc.
DEFAULT: colorPalette['charade'],
accent: colorPalette.blue[500]
},
typography: {
DEFAULT: colorPalette['athens-gray'],
},
Expand Down

0 comments on commit f60d6a1

Please sign in to comment.