Fix appLink button color

This commit is contained in:
Rahul Patel
2024-07-23 00:00:10 +05:30
parent edc21bca73
commit b2bbebbfec

View File

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