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 07:15:51 -07:00 committed by GitHub
parent 418d5677b1
commit d84d0a8522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,8 +176,8 @@
} }
svg { svg {
stroke: currentColor;
stroke-width: 1.33; stroke-width: 1.33;
width: 20px; width: 20px;
height: 20px; height: 20px;
} }