Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Nov 29, 2023
1 parent 9b2a6bc commit fe97505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const user = writable({
idleTime: 0,
})

export const theme = writable(localStorage.getItem("theme") ?? 'blue');
export const theme = writable(localStorage.getItem("themes") ?? 'blue');

0 comments on commit fe97505

Please sign in to comment.