Skip to content

Commit

Permalink
Set defaults for Flux on this app
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Jan 21, 2025
1 parent da5aaa7 commit 6218d19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ export default {
],
theme: {
extend: {
colors: {
zinc: colors.gray,
accent: {
DEFAULT: 'var(--color-accent)',
content: 'var(--color-accent-content)',
foreground: 'var(--color-accent-foreground)',
},
},
fontFamily: {
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
},
Expand Down

0 comments on commit 6218d19

Please sign in to comment.