From b946b74ca674f7e7a04d99a960040438c95ef22d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 十一月 2025 16:53:13 +0800
Subject: [PATCH] 优化

---
 keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
index 08d573d..b653bea 100644
--- a/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
+++ b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
@@ -2,6 +2,6 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle"
     >
-    <solid android:color="#279BAA" />
+    <solid android:color="#26279BAA" />
     <corners android:radius="6dp" />
 </shape>
\ No newline at end of file

--
Gitblit v1.9.3