We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fce925 commit 1dfb0acCopy full SHA for 1dfb0ac
src/app/view/themes/theme-base.ts
@@ -2,9 +2,9 @@ import {ThemeRegistration} from "./theme-registration";
2
import {StaticDomTags} from "../editor-main-view/data-views/static.dom.tags";
3
4
export class ThemeBase {
5
- themeRegistration: ThemeRegistration = null;
6
- backgroundColor: string = null;
7
- backgroundStreckengraphikColor: string = null;
+ themeRegistration: ThemeRegistration;
+ backgroundColor: string;
+ backgroundStreckengraphikColor: string;
8
isDark = false;
9
10
constructor(
0 commit comments