chore: Specify a default bg tint for removable categories
This commit is contained in:
parent
7efaf40207
commit
7d143e2f60
|
@ -9,6 +9,7 @@
|
|||
android:gravity="center_vertical"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="@drawable/bg_category_chip"
|
||||
android:backgroundTint="@android:color/holo_blue_dark"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:paddingTop="4dp"
|
||||
|
|
Loading…
Reference in a new issue