Change navbar icon colors
The new link color is now green. The navbar icons should also use the same color.
This commit is contained in:
parent
f6ba48284d
commit
d88fc05545
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export default function({ nav }) {
|
|||
const defaultIcon = "https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/question-mark.svg";
|
||||
|
||||
const iconStyle = {
|
||||
filter: "var(--filter-blue)",
|
||||
filter: "var(--filter-green)",
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue