Fix success and warning css (#390)

This commit is contained in:
Salih Altun
2024-05-29 21:49:08 +03:00
committed by GitHub
parent e8bc40e491
commit 0b86f9fb38
2 changed files with 12 additions and 4 deletions

View File

@@ -35,6 +35,14 @@ module.exports = {
DEFAULT: "hsl(var(--destructive))",
foreground: "hsl(var(--destructive-foreground))",
},
warning: {
DEFAULT: "hsl(var(--warning))",
foreground: "hsl(var(--warning-foreground))",
},
success: {
DEFAULT: "hsl(var(--success))",
foreground: "hsl(var(--success-foreground))",
},
muted: {
DEFAULT: "hsl(var(--muted))",
foreground: "hsl(var(--muted-foreground))",