Adam 3 месяцев назад
Родитель
Сommit
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>