From 5bf78c5cd20ef4d6d2cec6d13756ce510a9c52de Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 19 Dec 2022 18:27:03 +0100 Subject: [PATCH] use primary color for update notification closes #169 --- mastodon/src/main/res/layout/item_settings_update.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/item_settings_update.xml b/mastodon/src/main/res/layout/item_settings_update.xml index fa4ecb77d..263c8f1c1 100644 --- a/mastodon/src/main/res/layout/item_settings_update.xml +++ b/mastodon/src/main/res/layout/item_settings_update.xml @@ -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"