From 6b08ca428bfe5884bf1ddf3e322625847482c4bb Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 15 Sep 2020 12:52:39 -0230 Subject: [PATCH] Fix left border of the first button in the gas price button group of the gas customization modal (#9406) --- .../app/gas-customization/gas-price-button-group/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss index 2d4ab5f82..603bf8950 100644 --- a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss +++ b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss @@ -219,6 +219,10 @@ background: #f7fcff; border: 2px solid #2c8bdc; + &:first-child { + border: 2px solid #2c8bdc; + } + .button-check-wrapper { height: 16px; width: 16px;