Skip to content

Commit

Permalink
fix: add missing tailwind's color tokens from x-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Oct 29, 2024
1 parent 110bbdf commit 1202fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
colors: {
"primary-orange-400": "var(--color-primary-orange-400)",
"surface-default": "var(--color-surface-default)",
...tailwindThemeConfig.colors,
},
fontSize: {
...tailwindThemeConfig.fontSize,
Expand Down

0 comments on commit 1202fa3

Please sign in to comment.