Skip to content

Commit

Permalink
Fix skeleton placeholder on avatar while app is loading
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Sep 29, 2024
1 parent 3047c1b commit 912e7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AvatarSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function AvatarSkeleton({size = CONST.AVATAR_SIZE.SMALL}: {size?: ValueOf<typeof
<SkeletonViewContentLoader
animate
height={avatarSize}
width={avatarSize}
backgroundColor={theme.skeletonLHNIn}
foregroundColor={theme.skeletonLHNOut}
>
Expand Down

0 comments on commit 912e7ae

Please sign in to comment.