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
feature/default_network_editable
Thomas Huang 4 years ago committed by GitHub
parent 2325514a67
commit 35af9ea301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/gas-customization/gas-price-button-group/index.scss
  2. 2
      ui/app/pages/asset/asset.scss

@ -247,6 +247,7 @@
display: flex;
color: $primary-blue;
font-weight: 900;
}
}
}

@ -42,5 +42,7 @@
&__icon {
@include Paragraph;
font-weight: 900;
}
}

Loading…
Cancel
Save