Use outlined button style for secondary actions.

This commit is contained in:
akwizgran
2022-11-29 18:00:37 +00:00
parent c16d0e8f45
commit bd430a1009
11 changed files with 100 additions and 58 deletions

View File

@@ -56,9 +56,7 @@
<Button
android:id="@+id/feedbackButton"
style="@style/BriarButtonFlat.Positive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/BriarButtonOutline.Neutral"
android:layout_marginTop="16dp"
android:text="@string/send_feedback"
app:layout_constraintEnd_toEndOf="parent"