1
0
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:
Thomas Huang 2021-02-11 15:02:38 -08:00 committed by GitHub
parent 38078d7a8d
commit d8cda0b093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,6 @@
}
&__icon {
@include Paragraph;
font-weight: 900;
}
}