Light theme default rotation
This commit is contained in:
parent
cf9895b5bb
commit
232d5f269a
@ -44,6 +44,9 @@ function ThemeToggler() {
|
||||
case "dark":
|
||||
setTheme("light");
|
||||
break;
|
||||
default:
|
||||
setTheme("light");
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user