fix: for cutoff border radius (#5095)
This commit is contained in:
parent
01a749a755
commit
d98808dae9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user