fix: refactor buttons on card grid
This commit is contained in:
@@ -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",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user