From eb53d9c4837b5a0df0db1ca153e05bf305ce498a Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 08 四月 2025 15:32:01 +0800
Subject: [PATCH] feat(generallibrary): 新增用户开卡功能
---
generallibrary/src/main/res/values/colors.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml
index b812742..b34be43 100644
--- a/generallibrary/src/main/res/values/colors.xml
+++ b/generallibrary/src/main/res/values/colors.xml
@@ -6,5 +6,7 @@
<color name="nav_item_color">#555555</color>
<color name="base_list_bg">#e6e6e6</color>
<color name="green">#32CD32</color>
-
+ <color name="blue">#007BFF</color>
+ <color name="grey">#808080</color>
+ <color name="light_grey">#E0E0E0</color>
</resources>
\ No newline at end of file
--
Gitblit v1.8.0