From 28850387a1af36b74bdee2039c9d1166b76612ca Mon Sep 17 00:00:00 2001 From: charlie Date: Mon, 8 Sep 2025 11:21:28 +0800 Subject: [PATCH] enhance(android): update color definitions --- android/app/src/main/res/values/colors.xml | 6 +++--- clj-e2e/.clj-kondo/config.edn | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index 1eba8652a8..e321a4ad48 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #002b36 - #ffffff - #002b36 + #0f262e + #f7f7f7 + #0f262e diff --git a/clj-e2e/.clj-kondo/config.edn b/clj-e2e/.clj-kondo/config.edn index 89d5d44bae..e820c95a93 100644 --- a/clj-e2e/.clj-kondo/config.edn +++ b/clj-e2e/.clj-kondo/config.edn @@ -1,3 +1,4 @@ {:linters - {:unresolved-var {:exclude [wally.main/click + {:redundant-let {:level :off} + :unresolved-var {:exclude [wally.main/click wally.main/fill]}}}