Closed 0x5FC3 closed 4 years ago
Dark/light theme toggle is broken because of a typo in a function name in theme.js Changing saveTheme to setTheme fixes it.
saveTheme
setTheme
@0x5FC3 LGTM. Thanks!
Dark/light theme toggle is broken because of a typo in a function name in theme.js Changing
saveTheme
tosetTheme
fixes it.