Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Update artist popover profile picture skeleton to be round (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Jul 29, 2022
1 parent 4114a2d commit 11855a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/web/src/components/artist/ArtistCardCover.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
width: 72px !important;
}

.profilePictureSkeleton {
height: 72px;
width: 72px;
border-radius: 50%;
}

.profilePicture {
height: 72px;
width: 72px;
Expand Down
1 change: 1 addition & 0 deletions packages/web/src/components/artist/ArtistCardCover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const ArtistCardCover = (props: ArtistCoverProps) => {
{isArtist ? <BadgeArtist className={styles.badgeArtist} /> : null}
<DynamicImage
wrapperClassName={styles.profilePictureWrapper}
skeletonClassName={styles.profilePictureSkeleton}
className={styles.profilePicture}
image={profilePicture}
immediate
Expand Down

0 comments on commit 11855a2

Please sign in to comment.