From fbc3081e681e6c5cecc7652de13045e89812edfe Mon Sep 17 00:00:00 2001 From: Grishka Date: Sun, 2 Jul 2023 09:54:53 +0300 Subject: [PATCH] Fix #615 --- mastodon/src/main/res/layout/item_server_rule.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/item_server_rule.xml b/mastodon/src/main/res/layout/item_server_rule.xml index ad25fbc1d..2d52a60d9 100644 --- a/mastodon/src/main/res/layout/item_server_rule.xml +++ b/mastodon/src/main/res/layout/item_server_rule.xml @@ -29,6 +29,7 @@ android:layout_height="wrap_content" android:layout_gravity="top" android:textAppearance="@style/m3_body_large" + android:textColor="?colorM3OnSurface" tools:text="No discrimination, including (but not limited to) racism, sexism, homophobia or transphobia."/> \ No newline at end of file