fix: for cutoff border radius (#5095)

This commit is contained in:
Jack Short 2022-11-04 16:29:43 -04:00 committed by GitHub
parent 01a749a755
commit d98808dae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -203,7 +203,7 @@ const Image = ({ uniformHeight, setUniformHeight }: ImageProps) => {
}
return (
<Box display="flex" overflow="hidden">
<Box display="flex" overflow="hidden" borderTopLeftRadius="20" borderTopRightRadius="20">
<Box
as={'img'}
width="full"