From b2bbebbfeccc4cf514233122416c9e9bd8521339 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Tue, 23 Jul 2024 00:00:10 +0530 Subject: [PATCH] Fix appLink button color --- app/src/main/res/layout/fragment_app_links.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" />