diff --git a/src/styles.css b/src/styles.css index ae3f60f..bd26bc9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -43,7 +43,11 @@ --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-success: var(--success); + --color-success-foreground: var(--success-foreground); --color-warning: var(--warning); + --color-warning-foreground: var(--warning-foreground); + --color-info: var(--info); + --color-info-foreground: var(--info-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring);