Skip to content

Commit

Permalink
fix: icon size in button
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Nov 28, 2022
1 parent fcc320d commit 37f22af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/system/src/components/SVG/SVG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const SVG = forwardRef<SVGElement, SVGProps>(
css: css({
...styles,
fill,
flex: '0 0 auto',
width: toDimension(props.width || size),
height: toDimension(props.height || size),
}),
Expand Down

0 comments on commit 37f22af

Please sign in to comment.