diff --git a/components/HotelReservation/SelectHotel/HotelCard/hotelCard.module.css b/components/HotelReservation/SelectHotel/HotelCard/hotelCard.module.css index f2480dd96..4d3704a47 100644 --- a/components/HotelReservation/SelectHotel/HotelCard/hotelCard.module.css +++ b/components/HotelReservation/SelectHotel/HotelCard/hotelCard.module.css @@ -35,7 +35,7 @@ font-size: var(--typography-Caption-Regular-fontSize); } -.labels { +.chips { display: flex; flex-wrap: wrap; gap: var(--Spacing-x1); diff --git a/components/HotelReservation/SelectHotel/HotelCard/index.tsx b/components/HotelReservation/SelectHotel/HotelCard/index.tsx index 14ed4e483..fb6d954e0 100644 --- a/components/HotelReservation/SelectHotel/HotelCard/index.tsx +++ b/components/HotelReservation/SelectHotel/HotelCard/index.tsx @@ -22,7 +22,7 @@ export default function HotelCard({ hotel }: HotelCardData) { {hotel.address} {hotel.description} -