diff options
| author | Emīls <emils@mullvad.net> | 2020-04-20 16:11:45 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2020-04-20 16:12:05 +0100 |
| commit | 1e4545777e4c7d25d78e6fc54277620fadbb44a9 (patch) | |
| tree | 0bf4bfc19a86471815d5a8f243bbb2e5ca114a94 /android/src | |
| parent | 450e082066748c188372bb32946325b9884173a3 (diff) | |
| download | mullvadvpn-1e4545777e4c7d25d78e6fc54277620fadbb44a9.tar.xz mullvadvpn-1e4545777e4c7d25d78e6fc54277620fadbb44a9.zip | |
Change no email confirmation dialog button colors
Diffstat (limited to 'android/src')
| -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> |
