mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[android] Fix layers button tint
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
android:tint="?iconTint"
|
||||
android:contentDescription="@string/layers_title"
|
||||
app:tint="?accentColorSelector"
|
||||
app:srcCompat="@drawable/ic_layers" />
|
||||
app:srcCompat="@drawable/ic_layers" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<color name="base_accent">#FF7CBC7B</color>
|
||||
<color name="base_accent_pressed">#FF588157</color>
|
||||
|
||||
<color name="icon_tint">#FFC4C6C7</color>
|
||||
<color name="icon_tint">#FFF</color>
|
||||
|
||||
<color name="icon_tint_light">#FF76797C</color>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user