issue 9: Button color for sorting uses app accent

This commit is contained in:
Daniele Verducci (Slimpenguin)
2022-01-15 08:49:44 +01:00
parent d3a21c93c1
commit 907fcb4cb1
4 changed files with 30 additions and 13 deletions

View File

@ -30,6 +30,10 @@
<color name="text_color">#333333</color>
<color name="secondary_text_color">#666666</color>
<!-- Selectors text/tint colors -->
<color name="selector_item_selected">@color/defaultBrand</color>
<color name="selector_item_unselected">#666666</color>
<!-- Generic Colors -->
<color name="white">#fff</color>
<color name="whiteAlpha">#cfff</color>