style: 深色模式统一改为纯黑背景,去除泛紫
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user