Skip to content

Commit e0e0900

Browse files
committed
Add input background variant on tailwind config
1 parent beb514e commit e0e0900

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/tailwind.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ const config: Config = {
5656
foreground: "var(--destructive-foreground)",
5757
},
5858
border: "var(--border)",
59-
input: "var(--input)",
59+
input: {
60+
DEFAULT: "var(--input)",
61+
background: {
62+
100: "var(--input-background-100)",
63+
},
64+
},
6065
ring: "var(--ring)",
6166
chart: {
6267
"1": "var(--chart-1)",

0 commit comments

Comments
 (0)