Commit f85994e1 authored by Arturo Mejia's avatar Arturo Mejia Committed by Christian Sadilek
Browse files

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

on installed Add-ons fragment
parent 9374e66b
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -76,12 +76,12 @@


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