Skip to content

Commit 59e260a

Browse files
committed
fix: Update theme config.
1 parent c8a5262 commit 59e260a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tailwindTheme.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export const tailwindTheme = {
1818
ring: "hsl(var(--ring))",
1919
background: "hsl(var(--background))",
2020
foreground: "hsl(var(--foreground))",
21-
paper: "hsl(var(--paper))",
21+
paper: {
22+
DEFAULT: "hsl(var(--paper))"
23+
},
2224
primary: {
2325
DEFAULT: "hsl(var(--primary))",
2426
foreground: "hsl(var(--primary-foreground))",

0 commit comments

Comments
 (0)