style: 深色模式改用微信官方配色 #191919,导航栏与页面背景统一
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user