feat(SW-340): Added scroll to top button
This commit is contained in:
@@ -8,8 +8,13 @@ export const hotelCardVariants = cva(styles.card, {
|
||||
pageListing: styles.pageListing,
|
||||
mapListing: styles.mapListing,
|
||||
},
|
||||
state: {
|
||||
active: styles.active,
|
||||
default: styles.default,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
type: "pageListing",
|
||||
state: "default",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user