diff --git a/components/HotelReservation/SelectRate/RoomCard/roomCard.module.css b/components/HotelReservation/SelectRate/RoomCard/roomCard.module.css index e7f137a65..ffbf2266e 100644 --- a/components/HotelReservation/SelectRate/RoomCard/roomCard.module.css +++ b/components/HotelReservation/SelectRate/RoomCard/roomCard.module.css @@ -4,7 +4,7 @@ display: flex; flex-direction: column-reverse; background-color: #fff; - border-radius: 4px; + border-radius: var(--Corner-radius-Small); border: 1px solid rgba(77, 0, 27, 0.1); } @@ -15,9 +15,6 @@ gap: var(--Spacing-x1); } -.nameContainer { -} - .name { display: inline-block; }