Explorar o código

disable lightmode as default

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
2f202c71ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/hooks/store/useStored.tsx

+ 1 - 1
src/hooks/store/useStored.tsx

@@ -28,7 +28,7 @@ export interface Config {
 const useStored = create(
   persist<Config>(
     (set) => ({
-      lightmode: true,
+      lightmode: false,
       sponsors: {
         users: [],
         nextDate: Date.now(),