Updated style of login/register bottom button in assistant

This commit is contained in:
Sylvain Berfini 2023-11-16 10:04:27 +01:00
parent ac1e636caa
commit f1eca63b5a
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:onClick="@{registerClickListener}"
style="@style/secondary_button_label_style"
style="@style/primary_button_label_style"
android:id="@+id/register"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -328,7 +328,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:onClick="@{loginClickListener}"
style="@style/secondary_button_label_style"
style="@style/primary_button_label_style"
android:id="@+id/login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"