Skip to content

Commit 6811463

Browse files
authored
fix: transparent toasts (#180)
* fix: transparent toast bg for destructive variant * fix: colors using tailwind config instead of hardcoding new color in variant * fix: fmt
1 parent fbfd4c9 commit 6811463

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/app/tailwind.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ export default {
1414
sharp: "4px 4px 0 rgba(0, 0, 0, 1)",
1515
"sharp-hover": "6px 6px 0 rgba(0, 0, 0, 1)",
1616
},
17+
colors: {
18+
destructive: {
19+
DEFAULT: "oklch(var(--destructive))",
20+
foreground: "oklch(var(--destructive-foreground))",
21+
},
22+
},
1723
},
1824
},
1925
plugins: [typography],

0 commit comments

Comments
 (0)