Commit 18de605a authored by Sijan Rijal's avatar Sijan Rijal Committed by ekager
Browse files

Closes #14053

Set the padding on the download action button as it didn't have a padding as the numbers of characters in the text of the button grew.
parent 103c1832
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@
        android:backgroundTint="?accent"
        android:text="@string/mozac_feature_downloads_button_open"
        android:textAllCaps="false"
        android:padding="16dp"
        android:textColor="?contrastText"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"