Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafizzle committed Sep 17, 2023
1 parent 890a0f6 commit 4091ecd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Habitica/res/layout/subscription_benefits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>

Expand Down Expand Up @@ -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" />
</LinearLayout>
</LinearLayout>
</merge>

0 comments on commit 4091ecd

Please sign in to comment.