diff --git a/app/src/main/res/layout/fragment_app_links.xml b/app/src/main/res/layout/fragment_app_links.xml index 5fb61f5c8..c02cc74fb 100644 --- a/app/src/main/res/layout/fragment_app_links.xml +++ b/app/src/main/res/layout/fragment_app_links.xml @@ -81,7 +81,7 @@ android:insetTop="@dimen/margin_xsmall" android:insetBottom="@dimen/margin_xsmall" android:text="@string/action_enable" - android:textColorHighlight="?colorOnPrimary" + android:textColor="?colorSurface" app:cornerRadius="@dimen/margin_small" /> @@ -117,7 +117,7 @@ android:insetTop="@dimen/margin_xsmall" android:insetBottom="@dimen/margin_xsmall" android:text="@string/action_enable" - android:textColorHighlight="?colorOnPrimary" + android:textColor="?colorSurface" app:cornerRadius="@dimen/margin_small" />