Skip to content

Commit 1c268cd

Browse files
committed
fix(tailwind.config): add css var popover color
1 parent 4298977 commit 1c268cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/website/tailwind.config.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ module.exports = {
8585
DEFAULT: 'hsl(var(--card))',
8686
foreground: 'hsl(var(--card-foreground))',
8787
},
88+
popover: {
89+
DEFAULT: 'hsl(var(--popover))',
90+
foreground: 'hsl(var(--popover-foreground))',
91+
},
8892
},
8993
borderRadius: {
9094
base: 'var(--border-radius)',

0 commit comments

Comments
 (0)