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

fix(desktop): default theme

Adam пре 3 месеци
родитељ
комит
14f9b95557
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/desktop/index.html

+ 1 - 1
packages/desktop/index.html

@@ -10,7 +10,7 @@
   <body class="antialiased overscroll-none select-none text-12-regular">
     <script>
       ;(function () {
-        const savedTheme = localStorage.getItem("theme") || "oc-2-paper"
+        const savedTheme = localStorage.getItem("theme") || "oc-1"
         document.documentElement.setAttribute("data-theme", savedTheme)
       })()
     </script>