[fenix] For issues https://github.com/mozilla-mobile/fenix/issues/8191 Increase text contrast for the "Remove" button

on installed Add-ons fragment
pull/600/head
Arturo Mejia 4 years ago committed by Christian Sadilek
parent 757788497b
commit 33387d5d93

@ -76,12 +76,12 @@
<Button
android:id="@+id/remove_add_on"
style="@style/ThemeIndependentMaterialGreyButtonDestructive"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/permissions"
android:layout_marginTop="16dp"
android:text="@string/mozac_feature_addons_remove"
android:textColor="@color/photonRed50" />
android:layout_margin="12dp"
android:text="@string/mozac_feature_addons_remove"/>
</RelativeLayout>
</ScrollView>
</FrameLayout>

Loading…
Cancel
Save