From 4091ecd5513d8c9c10142d2c859454cc362fbc77 Mon Sep 17 00:00:00 2001 From: Hafizzle Date: Sun, 17 Sep 2023 11:38:19 -0400 Subject: [PATCH] fix --- Habitica/res/layout/subscription_benefits.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Habitica/res/layout/subscription_benefits.xml b/Habitica/res/layout/subscription_benefits.xml index 8adcc4a06a..9d1e8076ee 100644 --- a/Habitica/res/layout/subscription_benefits.xml +++ b/Habitica/res/layout/subscription_benefits.xml @@ -37,7 +37,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitem1_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -72,7 +72,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitemArmoire_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -107,7 +107,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitem2_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -142,7 +142,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitem3_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -177,7 +177,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitem4_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -213,7 +213,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitemFaint_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" /> @@ -248,7 +248,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/subscribe_listitem5_description" - android:textColor="@color/text_primary" /> + android:textColor="@color/gray100_gray400" />