use primary color for update notification

closes #169
This commit is contained in:
sk 2022-12-19 18:27:03 +01:00 committed by LucasGGamerM
parent 6b680831b8
commit 7abf15e9e0
1 changed files with 1 additions and 1 deletions

View File

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