Browse Source

fix(desktop): default theme

Adam 3 months ago
parent
commit
14f9b95557
1 changed files with 1 additions and 1 deletions
  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">
   <body class="antialiased overscroll-none select-none text-12-regular">
     <script>
     <script>
       ;(function () {
       ;(function () {
-        const savedTheme = localStorage.getItem("theme") || "oc-2-paper"
+        const savedTheme = localStorage.getItem("theme") || "oc-1"
         document.documentElement.setAttribute("data-theme", savedTheme)
         document.documentElement.setAttribute("data-theme", savedTheme)
       })()
       })()
     </script>
     </script>