fix: add loyaltyCard
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { cva } from "class-variance-authority"
|
||||
|
||||
import styles from "./loyaltyCard.module.css"
|
||||
|
||||
export const loyaltyCardVariants = cva(styles.container, {
|
||||
variants: {
|
||||
theme: {
|
||||
white: styles.white,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
theme: "white",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user