diff --git a/app/src/main/res/layout/channel_subscription_row.xml b/app/src/main/res/layout/channel_subscription_row.xml index 9085e93b2..746ef9fd9 100644 --- a/app/src/main/res/layout/channel_subscription_row.xml +++ b/app/src/main/res/layout/channel_subscription_row.xml @@ -36,6 +36,6 @@ android:backgroundTint="?attr/colorOnPrimary" android:text="@string/unsubscribe" android:textSize="11dp" - android:textColor="@android:color/white" + android:textColor="?android:attr/textColorPrimary" app:cornerRadius="20dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml index a594e3de8..d37bc0a14 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -83,7 +83,7 @@ android:textColor="@android:color/white" android:textSize="11sp" android:drawableLeft="@drawable/ic_bell_small" - android:drawableTint="@android:color/white" /> + android:drawableTint="?android:attr/textColorPrimary" />