mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
default theme fix
This commit is contained in:
parent
983bc3a902
commit
a670d3b2f1
@ -9,7 +9,7 @@ export default function Theme({
|
||||
}: {
|
||||
darkMode: DarkMode
|
||||
}): ReactElement {
|
||||
const value = darkMode.value === true ? options[2] : options[1]
|
||||
const value = darkMode.value === true ? 'Dark' : 'Light'
|
||||
|
||||
return (
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user