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:
parent
34b3953815
commit
6b08ca428b
@ -219,6 +219,10 @@
|
||||
background: #f7fcff;
|
||||
border: 2px solid #2c8bdc;
|
||||
|
||||
&:first-child {
|
||||
border: 2px solid #2c8bdc;
|
||||
}
|
||||
|
||||
.button-check-wrapper {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user