Skip to content

Commit

Permalink
feat: dark theme for registration page is ugly (#123)
Browse files Browse the repository at this point in the history
Fixes #101
Fixes #109
  • Loading branch information
akdasa authored Feb 3, 2023
1 parent 612d351 commit c13f3cb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/app/settings/components/account/email/SignUpViaEmailPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
</ion-toolbar>
</ion-header>

<ion-content class="ion-padding">
<ion-list>
<ion-content>
<ion-list
lines="full"
class="ion-no-margin ion-no-padding"
>
<!-- Name -->
<ion-item class="ion-no-padding">
<ion-item>
<ion-label position="stacked">
{{ $t('account.name') }}
</ion-label>
Expand All @@ -27,7 +30,7 @@
</ion-item>

<!-- email -->
<ion-item class="ion-no-padding">
<ion-item>
<ion-label position="stacked">
{{ $t('account.email') }}
</ion-label>
Expand All @@ -38,7 +41,7 @@
</ion-item>

<!-- password -->
<ion-item class="ion-no-padding">
<ion-item>
<ion-label position="stacked">
{{ $t('account.password') }}
</ion-label>
Expand All @@ -49,7 +52,7 @@
</ion-item>
</ion-list>

<div>
<div class="ion-padding">
<ion-button
expand="block"
@click="onSignUp"
Expand Down

0 comments on commit c13f3cb

Please sign in to comment.