Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1ea031a authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/nc-28-notification-icon-fix' into 'main'

icon color fix

See merge request !196
parents 94af1cae 2371d30b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1878,3 +1878,7 @@ textarea {
#body-user .material-design-icon.menu-open-icon svg {
    color: var(--icon-inactive-color);
}

#header-menu-notifications .notification img.notification-icon {
    filter: brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(101%);
}
 No newline at end of file