Define the width/height for sync sign in button on tabs tray (#20080)

upstream-sync
Elise Richards 3 years ago committed by GitHub
parent 6de3062738
commit 1a8ae21250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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