From 337dfe24ff851b1d25746a3ef3b56cbb0dc83593 Mon Sep 17 00:00:00 2001 From: Niclas Edenvin Date: Mon, 8 Jul 2024 16:07:11 +0200 Subject: [PATCH] feat(SW-70): Use CSS variable --- .../HotelReservation/SelectRate/RoomCard/roomCard.module.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }