fix(SW-1241): Adjusted amenities sidepeek on hotel pages and booking flow
Approved-by: Michael Zetterberg Approved-by: Matilda Landström
This commit is contained in:
@@ -32,7 +32,11 @@ export default function AccordionItem({
|
||||
const IconComp = icon
|
||||
? icon
|
||||
: iconName && (
|
||||
<IconByIconName iconName={iconName} color="Icon/Interactive/Default" />
|
||||
<IconByIconName
|
||||
iconName={iconName}
|
||||
color="Icon/Interactive/Default"
|
||||
size={24}
|
||||
/>
|
||||
)
|
||||
|
||||
function toggleAccordion() {
|
||||
|
||||
Reference in New Issue
Block a user