forked from mirrors/thatmattlove-hyperglass
logo color fix
This commit is contained in:
parent
6acbf5e53e
commit
0b282965b8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ function Navbar() {
|
|||
: null;
|
||||
const logoSrc = logo.srcDark && isDarkTheme ? logo.srcDark : logo.src;
|
||||
|
||||
const logoColor = isDarkTheme ? "#ff5e5b" : "inherit";
|
||||
const logoColor = isDarkTheme ? "#ff5e5b" : "#000";
|
||||
|
||||
return (
|
||||
<nav
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue