Sfoglia il codice sorgente

enhance(android): update color definitions

charlie 1 mese fa
parent
commit
28850387a1

+ 3 - 3
android/app/src/main/res/values/colors.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <color name="logoPrimary">#002b36</color>
-    <color name="colorPrimary">#ffffff</color>
-    <color name="colorPrimaryDark">#002b36</color>
+    <color name="logoPrimary">#0f262e</color>
+    <color name="colorPrimary">#f7f7f7</color>
+    <color name="colorPrimaryDark">#0f262e</color>
 </resources>

+ 2 - 1
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]}}}