mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixes css override of token option menu icons. (#10424)
The `@include Paragraph` was added in one of the typography PRs but I believe it was intended for the token options text, not the icon. I believe the Paragraph only applies to text like everywhere else in the UI and this should be safe to remove from the icon to display the font-family from Font Awesome.
This commit is contained in:
parent
38078d7a8d
commit
d8cda0b093
@ -41,8 +41,6 @@
|
||||
}
|
||||
|
||||
&__icon {
|
||||
@include Paragraph;
|
||||
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user