style: Improve Style

This commit is contained in:
WhizPanda
2023-12-02 16:23:53 +08:00
parent d23ef2bd59
commit 789d7000cf
4 changed files with 21 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ export const defaultTheme = {
error_color: "#d32f2f",
warning_color: "#ed6c02",
success_color: "#2e7d32",
background_color: "#ffffff",
font_family: `"Roboto", "Helvetica", "Arial", sans-serif, "twemoji mozilla"`,
};
@@ -15,5 +16,6 @@ export const defaultTheme = {
export const defaultDarkTheme = {
...defaultTheme,
primary_text: "#E8E8ED",
background_color: "#181818",
secondary_text: "#bbbbbb",
};