App menu: fix white nav arrow in light mode

This commit is contained in:
Vladyslav Hroshev
2023-04-07 20:47:11 +03:00
parent 4a415dc0cb
commit 0940eefce2

View File

@@ -104,6 +104,7 @@
}
.page-navigation-arrow:hover > StIcon {
color: TEXT-PRIMARY-COLOR;
background-color: rgba(0, 0, 0, 0);
}