Merged in feat/SW-337-hotel-page-ui (pull request #848)
Feat(SW-337): Update lightbox UI * chore(SW-337): hotelPage UI fixes * refactor(SW-337): move width and height as props * xhore(SW-337): update lightbox UI * fix(SW-337): move margin * fix(SW-337): update mobile fullview * fix(SW-337): remove test border * fix(SW-337): remove radius on fullview Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -47,10 +47,15 @@ export default function Gallery({
|
||||
intent="text"
|
||||
size="small"
|
||||
theme="base"
|
||||
variant="icon"
|
||||
className={styles.desktopGalleryCloseButton}
|
||||
onClick={onClose}
|
||||
>
|
||||
<CloseIcon width={32} height={32} />
|
||||
<CloseIcon
|
||||
width={32}
|
||||
height={32}
|
||||
className={styles.desktopGalleryCloseIcon}
|
||||
/>
|
||||
</Button>
|
||||
{/* Desktop Gallery */}
|
||||
<div className={styles.desktopGallery}>
|
||||
|
||||
Reference in New Issue
Block a user