fix: refactor buttons on card grid

This commit is contained in:
Christel Westerberg
2024-05-21 14:35:26 +02:00
parent 1bc8753649
commit ad343aa666
6 changed files with 175 additions and 48 deletions

View File

@@ -9,10 +9,11 @@ export const cardGridVariants = cva(styles.gridContainer, {
},
variant: {
twoColumnGrid: styles.twoColumnGrid,
treeColumnGrid: styles.treeColumnGrid,
threeColumnGrid: styles.threeColumnGrid,
twoPlusOne: styles.twoPlusOne,
},
},
defaultVariants: {
variant: "treeColumnGrid",
variant: "threeColumnGrid",
},
})