Skip to content

Commit

Permalink
Merge pull request #15 from invariant-labs/fix-position-details-icons
Browse files Browse the repository at this point in the history
fix icons stretching on position details page
  • Loading branch information
wojciech-cichocki authored Oct 23, 2024
2 parents ded0c8d + a8cbb2a commit 5aba36e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/PositionDetails/SinglePositionInfo/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ export const useStyles = makeStyles()((theme: Theme) => ({
width: 35,
height: 35,
borderRadius: '100%',
background: colors.white.main,

[theme.breakpoints.down('sm')]: {
width: 22
}
background: colors.white.main
},
arrowIcon: {
width: 32,
Expand Down

0 comments on commit 5aba36e

Please sign in to comment.