Skip to content

Commit

Permalink
Merge pull request #646 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: rearranged themes
  • Loading branch information
gagansuie authored Jul 28, 2023
2 parents b62c637 + d494909 commit 6fff7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { themeChange } from 'theme-change'
import { current_theme } from '$lib/stores/helperStore'
let themes = ['dark', 'light', 'cyberpunk', 'synthwave']
let themes = ['dark', 'light', 'synthwave', 'cyberpunk']
onMount(() => {
themeChange(false)
Expand Down

0 comments on commit 6fff7bc

Please sign in to comment.