try to set default theme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
105e586a7c
commit
c9c39b2a59
1 changed files with 4 additions and 4 deletions
|
@ -11,11 +11,11 @@ export interface IThemeDataProps {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultTheme: IThemeProps = {
|
export const defaultTheme: IThemeProps = {
|
||||||
label: "Classic",
|
label: "Chalk",
|
||||||
value: 0,
|
value: 0,
|
||||||
mainColor: "#000000",
|
mainColor: "#aabbc3",
|
||||||
accentColor: "#1e272e",
|
accentColor: "#ff869a",
|
||||||
backgroundColor: "#ffffff",
|
backgroundColor: "#263238",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue