Skip to content

Commit 18dc4a1

Browse files
committed
Fix bug with automatic system theme usage
1 parent 2e2d15e commit 18dc4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/ui/ui-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class UiStore {
147147
}
148148

149149
@persist @observable
150-
private _themeName: ThemeName | 'automatic' | 'custom' = 'light';
150+
private _themeName: ThemeName | 'automatic' | 'custom' = 'automatic';
151151

152152
get themeName() {
153153
return this._themeName;

0 commit comments

Comments
 (0)