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

feature/default_network_editable
Dan J Miller 4 years ago committed by GitHub
parent 34b3953815
commit 6b08ca428b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/app/components/app/gas-customization/gas-price-button-group/index.scss

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

Loading…
Cancel
Save