fix(menu): consistent svg coloring in menu (#837)

* Consistent svg coloring in menu

* fix: use `currentColor` to avoid breaking style of active element

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
This commit is contained in:
Brandon Szeto
2023-09-03 16:15:51 +02:00
committed by GitHub
co-authored by Jimmy Cai
parent 418d5677b1
commit d84d0a8522
+1 -1
View File
@@ -176,8 +176,8 @@
}
svg {
stroke: currentColor;
stroke-width: 1.33;
width: 20px;
height: 20px;
}