try to set default theme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-10-23 16:23:28 +02:00
parent 105e586a7c
commit c9c39b2a59
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -11,11 +11,11 @@ export interface IThemeDataProps {
}
export const defaultTheme: IThemeProps = {
label: "Classic",
label: "Chalk",
value: 0,
mainColor: "#000000",
accentColor: "#1e272e",
backgroundColor: "#ffffff",
mainColor: "#aabbc3",
accentColor: "#ff869a",
backgroundColor: "#263238",
};
/**