diff options
Diffstat (limited to 'android/src/main')
| -rw-r--r-- | android/src/main/res/layout/confirm_no_email.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/confirm_no_email.xml b/android/src/main/res/layout/confirm_no_email.xml index 64a4e8aa1a..10955cf0f6 100644 --- a/android/src/main/res/layout/confirm_no_email.xml +++ b/android/src/main/res/layout/confirm_no_email.xml @@ -15,9 +15,9 @@ android:text="@string/confirm_no_email" /> <Button android:id="@+id/send_button" android:text="@string/send_anyway" - style="@style/GreenButton" /> + style="@style/RedButton" /> <Button android:id="@+id/back_button" android:layout_marginTop="16dp" android:text="@string/back" - style="@style/RedButton" /> + style="@style/BlueButton" /> </LinearLayout> |
