1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

TransactionListItem: fix save/cancel rounded btn (#14659)

This commit is contained in:
Ariella Vu 2022-05-09 13:11:25 -05:00 committed by GitHub
parent 0a10b425ea
commit 98c7515344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,8 @@
&-rounded-button { &-rounded-button {
@include H8; @include H8;
padding: 0 16px; padding: 8px;
min-width: 75px;
margin-right: 8px; margin-right: 8px;
} }