1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

fix width in first time flow button (#7348)

This commit is contained in:
hjlee9182 2019-11-05 04:08:17 +09:00 committed by Mark Stacey
parent dbd14d796c
commit eef570cf95

View File

@ -120,7 +120,7 @@
&__button { &__button {
margin: 35px 0 14px; margin: 35px 0 14px;
width: 140px; width: 170px;
height: 44px; height: 44px;
} }