fix: remove custom button styling
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user