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}>
|
||||
<Flex
|
||||
bg={"purple.100"}
|
||||
height={"100%"}
|
||||
height={"95%"}
|
||||
direction={"column"}
|
||||
gap={"1rem"}
|
||||
justifyContent={"space-between"}
|
||||
borderRadius={"0.5rem"}
|
||||
>
|
||||
<Image src={image} borderRadius={"0.5rem"} />
|
||||
<Image
|
||||
src={image}
|
||||
borderRadius={"0.5rem"}
|
||||
maxHeight={"90%"}
|
||||
/>
|
||||
<Button
|
||||
id={index.toString()}
|
||||
colorScheme={"red"}
|
||||
|
||||
Reference in New Issue
Block a user