Skip to content

Commit 1bcfd32

Browse files
committed
Changed login buttons to secondary style
1 parent 5523569 commit 1bcfd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/login._index/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function LoginPage() {
143143
>
144144
<Button
145145
type="submit"
146-
variant="primary/extra-large"
146+
variant="secondary/extra-large"
147147
fullWidth
148148
data-action="continue with github"
149149
>
@@ -163,7 +163,7 @@ export default function LoginPage() {
163163
>
164164
<Button
165165
type="submit"
166-
variant="primary/extra-large"
166+
variant="secondary/extra-large"
167167
fullWidth
168168
data-action="continue with google"
169169
>

0 commit comments

Comments
 (0)