Used textColor instead of colorPrimary

This commit is contained in:
KingLucius 2024-04-10 19:09:24 +02:00
parent 3f917cd51c
commit 6627c821bb
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/episode_upcoming"
style="@style/SmallBlackButton"
android:textColor="?attr/colorPrimary"
android:textColor="?attr/textColor"
android:layout_marginStart="2dp"
android:layout_marginEnd="10dp"
android:layout_gravity="center_vertical|end"

View file

@ -103,7 +103,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/episode_upcoming"
style="@style/SmallBlackButton"
android:textColor="?attr/colorPrimary"
android:textColor="?attr/textColor"
android:focusable="false"
android:text="@string/episode_upcoming"
android:visibility="gone"