fix: remove custom button styling

This commit is contained in:
Chuma McPhoy
2024-07-08 18:43:08 +02:00
parent 3f2f435461
commit f45ff3fb4a
2 changed files with 1 additions and 10 deletions

View File

@@ -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;

View File

@@ -34,12 +34,7 @@ export default async function AmenitiesList({
})}
</div>
{/*TODO: This should open a side peek. Add once the Side Peek component has been merged. */}
<Button
className={styles.showAllButton}
theme="base"
variant="icon"
intent="text"
>
<Button theme="base" variant="icon" intent="text">
{formatMessage({ id: "Show all amenities" })}
<ChevronRightIcon />
</Button>