1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix left border of the first button in the gas price button group of the gas customization modal (#9406)

This commit is contained in:
Dan J Miller 2020-09-15 12:52:39 -02:30 committed by GitHub
parent 34b3953815
commit 6b08ca428b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,6 +219,10 @@
background: #f7fcff;
border: 2px solid #2c8bdc;
&:first-child {
border: 2px solid #2c8bdc;
}
.button-check-wrapper {
height: 16px;
width: 16px;