Make the animation fit the page better
This commit is contained in:
@@ -196,6 +196,10 @@ const FaceCropImageView: React.FC<FaceCropImageViewProps> = ({
|
||||
) : (
|
||||
<Skeleton
|
||||
variant="circular"
|
||||
animation="wave"
|
||||
sx={{
|
||||
backgroundColor: (theme) => theme.colors.background.elevated2,
|
||||
}}
|
||||
width={placeholderDimension}
|
||||
height={placeholderDimension}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user