Skip to content

Commit eb6ca3b

Browse files
committed
ui: match sign up to sign in font size
1 parent 0e46e58 commit eb6ca3b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/runtime/pages/SignIn.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async function signinWithGoogle() {
166166
sm="6"
167167
xl="3"
168168
>
169+
<!-- Logo and Tagline -->
169170
<AppLogo
170171
:width="xs ? 200 : 250"
171172
class="mx-auto mx-sm-0"

src/runtime/pages/SignUp.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import {
66
signInWithRedirect,
77
} from 'firebase/auth'
88
import type { VForm } from 'vuetify/components'
9-
import { mdiEye, mdiEyeOff } from '@mdi/js'
10-
import { ref } from 'vue'
119
import { useDisplay } from 'vuetify'
1210
import { useFirebaseAuth } from 'vuefire'
11+
import { mdiEye, mdiEyeOff } from '@mdi/js'
12+
import { ref } from 'vue'
1313
import {
1414
useNuxtifyConfig,
1515
useErrorMessage,
@@ -123,7 +123,7 @@ async function signinWithGoogle() {
123123
:width="xs ? 200 : 250"
124124
class="mx-auto mx-sm-0"
125125
/>
126-
<h1 class="text-center text-sm-left text-subtitle-1 mt-4">
126+
<h1 class="text-center text-sm-left text-h5 mt-4">
127127
{{ nuxtifyConfig.brand?.tagline }}
128128
</h1>
129129
</v-col>

0 commit comments

Comments
 (0)