Skip to content

Commit

Permalink
chore: import didroom components token in tailwind theme (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Feb 12, 2024
1 parent 179b50f commit fdc6f26
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ export default {
theme: {
extend: {
fontFamily: {
sans: 'Poppins'
sans: ['"Gantari Variable"', 'sans-serif'],
icon: ['"Material Symbols Rounded"']
},
colors: {
surface: 'var(--surface)',
primary: 'var(--primary)',
on: 'var(--on)',
'on-alt': 'var(--on-alt)',
accent: 'var(--accent)',
'on-accent': 'var(--on-accent)',
success: 'var(--success)',
warning: 'var(--warning)',
error: 'var(--error)'
}
}
},
Expand Down

0 comments on commit fdc6f26

Please sign in to comment.