From 35af9ea301340e79acbeaa820168a7ba15d6dbba Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Thu, 19 Nov 2020 12:29:35 -0800 Subject: [PATCH] Override font-weight from Paragraph and set to 900 (#9918) * Override font-weight from Paragraph and set to 900 * Fix checkmark font-weight on swaps gas button selector --- .../app/gas-customization/gas-price-button-group/index.scss | 1 + ui/app/pages/asset/asset.scss | 2 ++ 2 files changed, 3 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 2a2b7926c..4db9a19fc 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 @@ -247,6 +247,7 @@ display: flex; color: $primary-blue; + font-weight: 900; } } } diff --git a/ui/app/pages/asset/asset.scss b/ui/app/pages/asset/asset.scss index e265e4943..f80cd66a4 100644 --- a/ui/app/pages/asset/asset.scss +++ b/ui/app/pages/asset/asset.scss @@ -42,5 +42,7 @@ &__icon { @include Paragraph; + + font-weight: 900; } }