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" />