feat: css change

This commit is contained in:
Fredrik Thorsson
2024-07-05 15:46:00 +02:00
parent 7f69ba536b
commit f82e598820
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export default function HotelCard({ hotel }: HotelCardData) {
<Chip key={`chip-${index}`}>{chip}</Chip>
))}
</div>
<div className={styles.book}>
<div className={styles.booking}>
<Button
theme="base"
intent="primary"