Make the animation fit the page better

This commit is contained in:
Manav Rathi
2024-09-20 15:33:01 +05:30
parent 8ca3b80e94
commit df17b11573

View File

@@ -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}
/>