chore: update type error

This commit is contained in:
Matthias 2024-09-04 07:13:36 +02:00
parent 580218f148
commit ceb81a04bc

View File

@ -42,7 +42,7 @@ export const useSettingsStore = defineStore('uiSettings', {
}
return true;
},
chartTheme(): string {
chartTheme(): 'dark' | 'light' {
return this.isDarkTheme ? 'dark' : 'light';
},
uiVersion(state) {