Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 6, 2024
1 parent 90fa91a commit 6decacf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/stdlib/generators/dark.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {observe} from "./observe.js";

// Watches dark mode based on the color-scheme property, that the chosen theme
// sets.
// Watches dark mode based on the color-scheme set by the current theme.
export function dark() {
return observe((notify: (dark: boolean) => void) => {
let dark: boolean | undefined;
Expand Down

0 comments on commit 6decacf

Please sign in to comment.