fix: remove custom button styling
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.showAllButton {
|
|
||||||
padding: var(--Spacing-x-one-and-half) var(--Spacing-x0) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.amenityItemList {
|
.amenityItemList {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -34,12 +34,7 @@ export default async function AmenitiesList({
|
|||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
{/*TODO: This should open a side peek. Add once the Side Peek component has been merged. */}
|
{/*TODO: This should open a side peek. Add once the Side Peek component has been merged. */}
|
||||||
<Button
|
<Button theme="base" variant="icon" intent="text">
|
||||||
className={styles.showAllButton}
|
|
||||||
theme="base"
|
|
||||||
variant="icon"
|
|
||||||
intent="text"
|
|
||||||
>
|
|
||||||
{formatMessage({ id: "Show all amenities" })}
|
{formatMessage({ id: "Show all amenities" })}
|
||||||
<ChevronRightIcon />
|
<ChevronRightIcon />
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user