style: 深色模式改用微信官方配色 #191919,导航栏与页面背景统一

This commit is contained in:
2026-08-06 17:00:37 +08:00
parent 501f633102
commit 1624e33f5e
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: #000000;
background: #191919;
border-top-color: #5b8cff;
}
@@ -49,7 +49,7 @@
}
.custom-tab-bar.theme-dark .tab-label {
color: #a8a8a8;
color: #999999;
}
.tab-item.active .tab-label {