Skip to content

Commit

Permalink
Merge pull request #898 from tutors-sdk/development
Browse files Browse the repository at this point in the history
remove forcing of theme selection
  • Loading branch information
edeleastar authored Dec 18, 2024
2 parents bfc7847 + c696a8a commit caf179c
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 @@ -18,7 +18,7 @@
}
if (browser) {
themeService.initDisplay("festive", "dark");
themeService.initDisplay();
}
</script>

Expand Down

0 comments on commit caf179c

Please sign in to comment.