Skip to content

Commit

Permalink
Merge pull request #3164 from robsassack/backpack-icon-fix
Browse files Browse the repository at this point in the history
Fixed size of icons for backpack item costs
  • Loading branch information
howardchung authored Mar 17, 2024
2 parents 533f741 + 798c6ea commit 2153818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ItemTooltip/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ const HeaderText = styled.div`
`;

const ResourceIcon = styled.img`
width: 16px;
height: 16px;
max-width: 16px;
max-height: 16px;
vertical-align: sub;
margin-right: 5px;
`;
Expand Down

0 comments on commit 2153818

Please sign in to comment.