Skip to content

Commit

Permalink
fix align svg inside button
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Jun 14, 2021
1 parent 11783be commit 6bea47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macpaw/macpaw-ui",
"version": "3.3.0",
"version": "3.3.1",
"main": "lib/ui.js",
"scripts": {
"dev": "next -p 1234",
Expand Down
1 change: 1 addition & 0 deletions src/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@

svg {
fill: currentColor;
vertical-align: top;
}
}

Expand Down

0 comments on commit 6bea47e

Please sign in to comment.