1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

[FLASK] Fix notifications icon color (#14941)

This commit is contained in:
Guillaume Roux 2022-06-20 23:23:51 +02:00 committed by GitHub
parent 82645ba516
commit 25739a5fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -419,10 +419,7 @@ export default class AccountMenu extends Component {
}}
icon={
<div className="account-menu__notifications">
<i
className="fa fa-bell fa-xl"
color="var(--color-icon-default)"
/>
<i className="fa fa-bell fa-xl" />
{unreadNotificationsCount > 0 && (
<div className="account-menu__notifications__count">
{unreadNotificationsCount}

View File

@ -56,7 +56,7 @@
&__icon {
margin-right: 8px;
display: flex;
color: var(--color-icon-default);
color: var(--color-icon-alternative);
i {
text-align: center;