Skip to content

Commit

Permalink
Update margins in connect dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Jan 31, 2025
1 parent 30e85d1 commit 6bd5178
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
style="@style/Woo.Button.Colored"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/major_75"
android:layout_marginHorizontal="@dimen/major_150"
android:layout_marginTop="0dp"
app:layout_constraintBottom_toTopOf="@id/secondary_action_btn"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -102,7 +102,7 @@
style="@style/Woo.Button.Outlined"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/major_75"
android:layout_marginHorizontal="@dimen/major_150"
app:layout_constraintBottom_toTopOf="@id/tertiary_action_btn"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -113,7 +113,7 @@
style="@style/Woo.Button.TextButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/major_75"
android:layout_marginHorizontal="@dimen/major_150"
android:textAllCaps="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 6bd5178

Please sign in to comment.