Skip to content

Commit

Permalink
fix(button): centering symbol (tailwind conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jun 14, 2024
1 parent 4df42b1 commit 1e9a793
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ button {
}
}
svg {
display: inline-flex; // Ensure the SVG is centered horizontally and not conflicting with tailwindcss
transform: translateY(10%); // Centering no-rectangle symbols
width: $svg-size;
vertical-align: baseline;
Expand Down

0 comments on commit 1e9a793

Please sign in to comment.