fix(welcome button): align text to vertical center (#585)

This commit is contained in:
Keisuke Ozeki 2024-07-16 07:42:33 +09:00 committed by GitHub
parent bcbbdc8581
commit ad58fcacd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;