chore: Adjust styles

This commit is contained in:
MystiPanda
2024-03-10 13:19:28 +08:00
parent d3bcf25ef0
commit c65b280020
3 changed files with 10 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ export const defaultTheme = {
primary_color: "#007AFF",
secondary_color: "#FFCC00",
primary_text: "#000000",
secondary_text: "rgba(60, 60, 67, 0.60)",
secondary_text: "#3c3c4399",
info_color: "#007AFF",
error_color: "#FF3B30",
warning_color: "#FF9500",
@@ -24,7 +24,7 @@ export const defaultDarkTheme = {
secondary_color: "#FF9F0A",
primary_text: "#ffffff",
background_color: "#2e303d",
secondary_text: "rgba(235, 235, 245, 0.60)",
secondary_text: "#ebebf599",
info_color: "#0A84FF",
error_color: "#FF453A",
warning_color: "#FF9F0A",