mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
Fix height problem with marker card modal
This commit is contained in:
parent
1fc771efa2
commit
508bae58b1
@ -37,7 +37,7 @@ export default function MarkerCardModal(props: {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Modal onClose={props.onModalClose} isOpen={props.isOpen} isCentered>
|
||||
<Modal onClose={props.onModalClose} isOpen={props.isOpen}>
|
||||
<ModalOverlay />
|
||||
<ModalContent rounded={"lg"}>
|
||||
<ModalBody rounded={"lg"} style={{background: 'linear-gradient(120deg, ' + decadeColor + ' 0%, #000000 130%)'}} p={5}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user