Skip to content

Commit

Permalink
Merge pull request #123 from MacPaw/fix/fix-alignment-for-macpaw-logo…
Browse files Browse the repository at this point in the history
…-component

fix: remove extra line-height from MacPawLogo component
  • Loading branch information
hraboviyvadim authored Jun 6, 2023
2 parents 4a76c50 + 1aecb7e commit 233e3a0
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": "4.10.5",
"version": "4.10.6",
"main": "lib/ui.js",
"scripts": {
"dev": "next -p 1234",
Expand Down
1 change: 1 addition & 0 deletions src/MacPawLogo/MacPawLogo.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.mac-paw-logo {

color: var(--color-black);
font-size: 0;

&:hover {
&>.mac-paw-logo__paw_rotate {
Expand Down

0 comments on commit 233e3a0

Please sign in to comment.