[fenix] Define the width/height for sync sign in button on tabs tray (https://github.com/mozilla-mobile/fenix/pull/20080)

pull/600/head
Elise Richards 3 years ago committed by GitHub
parent 60c2d848e9
commit f974ca8aac

@ -24,6 +24,9 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/sync_tabs_error_cta_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="2"
style="@style/PositiveButton"
app:icon="@drawable/ic_sign_in"
android:visibility="gone"

Loading…
Cancel
Save