Skip to content

Commit

Permalink
Use cross-framework-compatible browser value
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Jan 4, 2024
1 parent 6169d03 commit 233bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-ux/src/lib/stores/themeStore.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { writable, type Readable } from 'svelte/store';
import { browser } from '$app/environment';
import { browser } from '../utils/env';

/** Information about the currently chosen theme. */
export class CurrentTheme {
Expand Down

0 comments on commit 233bac9

Please sign in to comment.