mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
[FLASK] Fix notifications icon color (#14941)
This commit is contained in:
parent
82645ba516
commit
25739a5fc1
@ -419,10 +419,7 @@ export default class AccountMenu extends Component {
|
|||||||
}}
|
}}
|
||||||
icon={
|
icon={
|
||||||
<div className="account-menu__notifications">
|
<div className="account-menu__notifications">
|
||||||
<i
|
<i className="fa fa-bell fa-xl" />
|
||||||
className="fa fa-bell fa-xl"
|
|
||||||
color="var(--color-icon-default)"
|
|
||||||
/>
|
|
||||||
{unreadNotificationsCount > 0 && (
|
{unreadNotificationsCount > 0 && (
|
||||||
<div className="account-menu__notifications__count">
|
<div className="account-menu__notifications__count">
|
||||||
{unreadNotificationsCount}
|
{unreadNotificationsCount}
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
&__icon {
|
&__icon {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: var(--color-icon-default);
|
color: var(--color-icon-alternative);
|
||||||
|
|
||||||
i {
|
i {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user