Skip to content

Commit

Permalink
Chore: Add background color to image not loaded yet on member card
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEC committed Aug 23, 2024
1 parent e70693f commit 86592e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TeamMember/TeamMember.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const Avatar = styled(Image)`
height: auto;
box-shadow: inset 0 0 5px #cdcdcd;
transition: 300ms;
background-color: #cdcdcd;
`;

export const Wrapper = styled.label`
Expand Down

0 comments on commit 86592e4

Please sign in to comment.