fix(theme): persist switcher accent for SSR
Quality / quality (ubuntu-latest) (push) Failing after 9m48s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 21:17:20 +05:30
parent effed1c3cf
commit dd9b7a289a
8 changed files with 11 additions and 25 deletions
@@ -30,6 +30,8 @@ size: string = "default"
functions {
client function choose(type, value) {
if (type === "color") window.wrnAccent?.set(value)
if (type === "theme") window.wrnTheme?.set(value)
output[type]({ value: value })
}
}