diff --git a/docs/src/theme/Navbar/index.js b/docs/src/theme/Navbar/index.js index 7c9c5ed..1fbe05a 100644 --- a/docs/src/theme/Navbar/index.js +++ b/docs/src/theme/Navbar/index.js @@ -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 (