Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 3, 2024
1 parent 290b9dc commit d0033ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function updateTheme(): void {
}

comfortMode.subscribe(mode => {
root.classList.toggle('is-comfort-theme', mode)
root.classList.toggle('is-comfort-mode', mode)
updateTheme()
})

Expand Down

0 comments on commit d0033ff

Please sign in to comment.