Skip to content

Commit

Permalink
fix(icons): change IconWrapper to inline-flex
Browse files Browse the repository at this point in the history
Fixes point of origin / sizing issues as perceived in the Spinner component
  • Loading branch information
TheSisb committed Mar 2, 2020
1 parent a866afc commit e02f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-icons/src/helpers/IconWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface IconWrapperProps {

const IconWrapper = styled.span<IconWrapperProps>(
{
display: 'inline-block',
display: 'inline-flex',
},
compose(
iconColor,
Expand Down

0 comments on commit e02f3d5

Please sign in to comment.