fix(SW-1188): add card variant

This commit is contained in:
Fredrik Thorsson
2025-01-09 15:45:35 +01:00
parent 576fba28aa
commit af23702116
4 changed files with 22 additions and 2 deletions

View File

@@ -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",
},
})