Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 14f9b95

Browse files
committed
fix(desktop): default theme
1 parent d3bf1fa commit 14f9b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/desktop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body class="antialiased overscroll-none select-none text-12-regular">
1111
<script>
1212
;(function () {
13-
const savedTheme = localStorage.getItem("theme") || "oc-2-paper"
13+
const savedTheme = localStorage.getItem("theme") || "oc-1"
1414
document.documentElement.setAttribute("data-theme", savedTheme)
1515
})()
1616
</script>

0 commit comments

Comments
 (0)