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:
parent
2325514a67
commit
35af9ea301
@ -247,6 +247,7 @@
|
||||
|
||||
display: flex;
|
||||
color: $primary-blue;
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -42,5 +42,7 @@
|
||||
|
||||
&__icon {
|
||||
@include Paragraph;
|
||||
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user