Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
IconButton: fix wide/uncentered icon on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Feb 13, 2022
1 parent 410cfa0 commit d98ee55
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/components/buttons/IconButton/IconButton.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export const StyledIconButton = styled.button<StyledIconButtonProps>`
}
}
font-size: ${(props) =>
props.size === 'large' || props.size === 'xlarge'
? '18px'
: props.size === 'medium'
? '16px'
: '14px'};
min-width: ${(props) =>
props.size === 'xlarge'
? '55px'
Expand Down

0 comments on commit d98ee55

Please sign in to comment.