use primary color for update notification

closes #169
This commit is contained in:
sk 2022-12-19 18:27:03 +01:00
parent 277361a562
commit 5bf78c5cd2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|end"
android:background="?android:selectableItemBackground"
android:textColor="?colorAccentLight"
android:textColor="?android:textColorPrimary"
android:textAllCaps="true"
android:textSize="14dp"
android:paddingLeft="16dp"