remove further cast
This commit is contained in:
parent
a87380b0df
commit
48948712b9
|
@ -12,7 +12,7 @@ interface ThemeState {
|
|||
export class ThemeStore extends BudiStore<ThemeState> {
|
||||
constructor() {
|
||||
super({
|
||||
theme: DefaultAppTheme as Theme,
|
||||
theme: DefaultAppTheme,
|
||||
customTheme: {},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue