style: 更新主题配色为暖红色系

This commit is contained in:
2026-08-06 18:49:58 +08:00
parent 2c69b3f1c3
commit bd37926295
20 changed files with 155 additions and 155 deletions
+4 -4
View File
@@ -4,10 +4,10 @@
*/
const themeOverrides = {
common: {
primaryColor: "#ec66ab",
primaryColorHover: "#ec66ab",
primaryColorPressed: "#ec66ab",
primaryColorSuppl: "#ec66ab",
primaryColor: "#D71A44",
primaryColorHover: "#e02a54",
primaryColorPressed: "#b21238",
primaryColorSuppl: "#e02a54",
},
// ...
};