Skip to content

Commit

Permalink
fix(welcome button): align text to vertical center (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonado authored Jul 15, 2024
1 parent bcbbdc8 commit ad58fca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
padding: 12px 16px;
border-radius: 50px;
text-decoration: none;
line-height: 1.5;
color: $welcome-action-color;
border: 1px solid $welcome-action-color;
margin-right: $gap-md;
Expand Down

0 comments on commit ad58fca

Please sign in to comment.