feat(SW-340): Added HotelCardDialog component
This commit is contained in:
15
components/Maps/Markers/HotelMarker/variants.ts
Normal file
15
components/Maps/Markers/HotelMarker/variants.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { cva } from "class-variance-authority"
|
||||
|
||||
import styles from "./hotelMarker.module.css"
|
||||
|
||||
export const hotelMarkerVariants = cva(styles.icon, {
|
||||
variants: {
|
||||
color: {
|
||||
burgundy: styles.burgundy,
|
||||
white: styles.white,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
color: "white",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user