Skip to content

Commit

Permalink
chore(home): default dark
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Jul 1, 2024
1 parent 7902f6f commit 078a2e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
watch: true,
});
let width = 0;
type HoverSnapEl = {
rect: DOMRect;
size?: string;
Expand All @@ -25,7 +24,7 @@
}
onMounted(async () => {
setTheme(userTheme.value);
setTheme(userTheme.value || "dark");
let rects: HoverSnapEl[] = [];
let cursorSmallShown = false;
Expand Down

0 comments on commit 078a2e8

Please sign in to comment.