From f45ff3fb4a9aa5bc118c951698cefbbc6f18a921 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 8 Jul 2024 18:43:08 +0200 Subject: [PATCH] fix: remove custom button styling --- .../HotelPage/AmenitiesList/amenitiesList.module.css | 4 ---- components/ContentType/HotelPage/AmenitiesList/index.tsx | 7 +------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css b/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css index 2f0664441..6a6a6b912 100644 --- a/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css +++ b/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css @@ -4,10 +4,6 @@ height: fit-content; } -.showAllButton { - padding: var(--Spacing-x-one-and-half) var(--Spacing-x0) !important; -} - .amenityItemList { display: flex; flex-direction: column; diff --git a/components/ContentType/HotelPage/AmenitiesList/index.tsx b/components/ContentType/HotelPage/AmenitiesList/index.tsx index 846dffe7a..5d458f4fe 100644 --- a/components/ContentType/HotelPage/AmenitiesList/index.tsx +++ b/components/ContentType/HotelPage/AmenitiesList/index.tsx @@ -34,12 +34,7 @@ export default async function AmenitiesList({ })} {/*TODO: This should open a side peek. Add once the Side Peek component has been merged. */} -