Skip to content

Commit

Permalink
Merge pull request #65 from MargoMarm/bagfix/icon_runningMan
Browse files Browse the repository at this point in the history
bagfix/icon_runningMan
  • Loading branch information
MargoMarm authored Sep 21, 2023
2 parents baa9273 + 781d835 commit 2bfce42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/assets/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const NameProduct = styled.div`
export const IconContainer = styled.div`
display: flex;
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
border-radius: 24px;
Expand All @@ -145,7 +146,9 @@ export const IconContainer = styled.div`

export const RunningMan = styled.svg`
width: 16px;
height: 16x;
height: 16px;
fill: ${colors.white};
`;

export const SubTypeDiv = styled.div`
Expand Down

0 comments on commit 2bfce42

Please sign in to comment.