mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
fix(modalImage Size): modalModifyImage image size
This commit is contained in:
@@ -138,13 +138,17 @@ export default function ModalModifyImages(props) {
|
|||||||
<GridItem key={index}>
|
<GridItem key={index}>
|
||||||
<Flex
|
<Flex
|
||||||
bg={"purple.100"}
|
bg={"purple.100"}
|
||||||
height={"100%"}
|
height={"95%"}
|
||||||
direction={"column"}
|
direction={"column"}
|
||||||
gap={"1rem"}
|
gap={"1rem"}
|
||||||
justifyContent={"space-between"}
|
justifyContent={"space-between"}
|
||||||
borderRadius={"0.5rem"}
|
borderRadius={"0.5rem"}
|
||||||
>
|
>
|
||||||
<Image src={image} borderRadius={"0.5rem"} />
|
<Image
|
||||||
|
src={image}
|
||||||
|
borderRadius={"0.5rem"}
|
||||||
|
maxHeight={"90%"}
|
||||||
|
/>
|
||||||
<Button
|
<Button
|
||||||
id={index.toString()}
|
id={index.toString()}
|
||||||
colorScheme={"red"}
|
colorScheme={"red"}
|
||||||
|
|||||||
Reference in New Issue
Block a user