feat: add baseText style
This commit is contained in:
@@ -9,6 +9,7 @@ export const buttonVariants = cva(styles.btn, {
|
||||
primary: styles.primary,
|
||||
secondary: styles.secondary,
|
||||
tertiary: styles.tertiary,
|
||||
text: styles.text,
|
||||
},
|
||||
size: {
|
||||
small: styles.small,
|
||||
@@ -128,5 +129,10 @@ export const buttonVariants = cva(styles.btn, {
|
||||
intent: "secondary",
|
||||
theme: "tertiaryLight",
|
||||
},
|
||||
{
|
||||
className: styles.baseText,
|
||||
intent: "text",
|
||||
theme: "base",
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user