style: 深色模式统一改为纯黑背景,去除泛紫

This commit is contained in:
2026-08-06 16:43:46 +08:00
parent e01951cd0e
commit 501f633102
9 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
/* 自定义组件样式隔离:两套主题配色在组件内自包含,不依赖全局 app.wxss */
.custom-tab-bar.theme-dark {
background: #1e1e2f;
background: #000000;
border-top-color: #5b8cff;
}
@@ -49,7 +49,7 @@
}
.custom-tab-bar.theme-dark .tab-label {
color: #a0a0c0;
color: #a8a8a8;
}
.tab-item.active .tab-label {