For issues #8191 Increase text contrast for the "Remove" button

on installed Add-ons fragment
fennec/nightly
Arturo Mejia 4 years ago committed by Christian Sadilek
parent 9374e66b4d
commit f85994e1cc

@ -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