1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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
This commit is contained in:
Thomas Huang 2020-11-19 12:29:35 -08:00 committed by GitHub
parent 2325514a67
commit 35af9ea301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

View File

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