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

Unverified Commit be122ea9 authored by Akhil's avatar Akhil
Browse files

Fix dark mode menu icon display for memories

parent 9c1f7248
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
.app-settings .app-settings__navigation {
	display: none;
}

body[data-theme-dark] .menu-icon svg path {
	fill: currentColor;
}