Преглед изворни кода

disable lightmode as default

AykutSarac пре 2 година
родитељ
комит
2f202c71ce
1 измењених фајлова са 1 додато и 1 уклоњено
  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(),