From 14368e8a09c4b5793d0975f85e36a4c1d410ca36 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 16 五月 2025 17:27:24 +0800 Subject: [PATCH] feat: 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