Skip to content
Snippets Groups Projects
Unverified Commit 93a6df36 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Update coloring of newly added icons (#1378)

parent 9a80a006
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ const SvgMoonStars = props => (
className="bi bi-moon-stars"
viewBox="0 0 16 16"
style={{
color: '#242134',
color: 'inherit',
...props.style,
}}
>
......
......@@ -7,7 +7,7 @@ const SvgSun = props => (
className="bi bi-sun"
viewBox="0 0 16 16"
style={{
color: '#242134',
color: 'inherit',
...props.style,
}}
>
......
---
category: Maintenance
authors: [j-f1]
---
Fix the color of the newly added icons
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment