Skip to content

Commit 13e001b

Browse files
committed
add vars for new tokens
1 parent de14918 commit 13e001b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tailwind.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,22 @@ const config = {
184184
success: {
185185
DEFAULT: "hsla(var(--success))",
186186
light: "hsla(var(--success-light))",
187+
dark: "hsla(var(--success-dark))",
188+
border: "hsla(var(--success-border))",
187189
},
188190

189191
error: {
190192
DEFAULT: "hsla(var(--error))",
191193
light: "hsla(var(--error-light))",
194+
dark: "hsla(var(--error-dark))",
195+
border: "hsla(var(--error-border))",
192196
},
193197

194198
warning: {
195199
DEFAULT: "hsla(var(--warning))",
196200
light: "hsla(var(--warning-light))",
201+
dark: "hsla(var(--warning-dark))",
202+
border: "hsla(var(--warning-border))",
197203
},
198204

199205
/** @deprecated */

0 commit comments

Comments
 (0)