feat: add a textDecoration variant to links
This commit is contained in:
@@ -19,6 +19,10 @@ export const linkVariants = cva(styles.link, {
|
||||
small: styles.small,
|
||||
regular: styles.regular,
|
||||
},
|
||||
textDecoration: {
|
||||
none: styles.noDecoration,
|
||||
underline: styles.underline,
|
||||
},
|
||||
variant: {
|
||||
breadcrumb: styles.breadcrumb,
|
||||
default: styles.default,
|
||||
@@ -32,6 +36,7 @@ export const linkVariants = cva(styles.link, {
|
||||
defaultVariants: {
|
||||
color: "black",
|
||||
variant: "default",
|
||||
textDecoration: "none",
|
||||
},
|
||||
compoundVariants: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user