feat(SW-219): add ability to always stack buttons
This commit is contained in:
@@ -8,8 +8,13 @@ export const contentCardVariants = cva(styles.card, {
|
||||
default: styles.default,
|
||||
featured: styles.featured,
|
||||
},
|
||||
alwaysStack: {
|
||||
true: styles.alwaysStack,
|
||||
false: "",
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
style: "default",
|
||||
alwaysStack: false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user