From c5bf3cfc953f9865bd70f109363c2ea4e45c0c96 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 15 五月 2025 17:05:34 +0800 Subject: [PATCH] fix: 修改首页ui --- apps/taro/src/app.config.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/taro/src/app.config.ts b/apps/taro/src/app.config.ts index e1768bf..70b6f04 100644 --- a/apps/taro/src/app.config.ts +++ b/apps/taro/src/app.config.ts @@ -20,7 +20,7 @@ }, ], color: '#333', - selectedColor: '#3a71ff', + selectedColor: '#028CFF', backgroundColor: '#fff', borderStyle: 'black', custom: true, @@ -61,8 +61,8 @@ text: '鎴戠殑', }, ], - color: '#333', - selectedColor: '#3a71ff', + color: '#2F303D', + selectedColor: '#028CFF', backgroundColor: '#fff', borderStyle: 'black', custom: true, -- Gitblit v1.9.1