enhance(android): update color definitions

This commit is contained in:
charlie
2025-09-08 11:21:28 +08:00
parent 86ca245134
commit 28850387a1
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,4 @@
{:linters {:linters
{:unresolved-var {:exclude [wally.main/click {:redundant-let {:level :off}
:unresolved-var {:exclude [wally.main/click
wally.main/fill]}}} wally.main/fill]}}}