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

Commit e95f9a35 authored by Ronak Patel's avatar Ronak Patel
Browse files

icon visibility issue in Highcontrast mode

parent 95a22d29
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1724,7 +1724,7 @@
.margin-top-10{
	margin-top: 10px;
}
body.theme--highcontrast.theme--dark span.material-design-icon.dots-horizontal-icon,
body.theme--highcontrast.theme--dark svg.material-design-icon__svg{
	color: var(--color-main-text);
body.theme--highcontrast span.material-design-icon.dots-horizontal-icon,
body.theme--highcontrast svg.material-design-icon__svg{
	color: #fff;
}
 No newline at end of file