Fixed: PageHeader Action Hover Color

This commit is contained in:
Qstick
2019-10-09 22:11:39 -04:00
parent b40c63dcfe
commit 9bbd314452

View File

@@ -5,7 +5,7 @@
text-align: center;
&:hover {
color: $themeDarkColor;
color: $toobarButtonHoverColor;
}
}