fix(SW-1188): add card variant
This commit is contained in:
@@ -16,8 +16,13 @@ export const cardVariants = cva(styles.container, {
|
||||
|
||||
image: styles.themeImage,
|
||||
},
|
||||
height: {
|
||||
fixed: styles.fixed,
|
||||
dynamic: styles.dynamic,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
theme: "one",
|
||||
height: "fixed",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user