mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
Fixed toggle icon being missing on light theme
This commit is contained in:
@@ -14,7 +14,7 @@ export function ColorModeIconToggle(props) {
|
||||
onClick={toggleColorMode}
|
||||
>
|
||||
{colorMode === "light" ? (
|
||||
<CiDark className="h-5 w-5 stroke-zinc-900 dark:hidden" />
|
||||
<CiDark className="h-5 w-5 stroke-zinc-900" />
|
||||
) : (
|
||||
<CiLight className="h-5 w-5 stroke-white" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user