Skip to content

Commit

Permalink
fix aspect ratio for NewToken notifications (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp authored Apr 12, 2024
1 parent 96bd7a5 commit bb5df30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const StyledPostPreview = styled.img<{ stacked?: boolean; count: number }
height: 56px;
width: 56px;
background: ${colors.offWhite};
object-fit: cover;
${({ count }) =>
count > 1 &&
Expand Down

0 comments on commit bb5df30

Please sign in to comment.