Skip to content

Commit

Permalink
Fixed problem with icons inside buttons sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Apr 4, 2021
1 parent 4c7cdc0 commit ee1b594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/components/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
outline: none;
padding: 0 2vh;
position: relative;

& > svg {
height: 5vh;
}
}

.button:not(.thin) {
Expand Down

1 comment on commit ee1b594

@vercel
Copy link

@vercel vercel bot commented on ee1b594 Apr 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.