Commit d98808da authored by Jack Short's avatar Jack Short Committed by GitHub

fix: for cutoff border radius (#5095)

parent 01a749a7
...@@ -203,7 +203,7 @@ const Image = ({ uniformHeight, setUniformHeight }: ImageProps) => { ...@@ -203,7 +203,7 @@ const Image = ({ uniformHeight, setUniformHeight }: ImageProps) => {
} }
return ( return (
<Box display="flex" overflow="hidden"> <Box display="flex" overflow="hidden" borderTopLeftRadius="20" borderTopRightRadius="20">
<Box <Box
as={'img'} as={'img'}
width="full" width="full"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment