Skip to content

Commit

Permalink
🔧 Fixed cursor size on click
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Sep 4, 2024
1 parent f44c3e5 commit e8834bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
const target = e.target as HTMLElement;
if (target.closest('a') || target.closest('button')) {
size = 10;
size = 9;
} else {
size = 7;
}
Expand Down

0 comments on commit e8834bf

Please sign in to comment.