Skip to content

Commit db609e8

Browse files
committed
[refactor] google login button size
1 parent ad11684 commit db609e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/components/top/LoginCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<v-col md="4" align="center">
8383
<v-img
8484
src="/images/google.png"
85-
width="220px"
85+
width="180px"
8686
style="cursor: pointer"
8787
@click="pushGoogleLogin"
8888
></v-img>

frontend/pages/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<v-col md="4" align="center">
4848
<v-img
4949
src="/images/google.png"
50-
width="220px"
50+
width="180px"
5151
style="cursor: pointer"
5252
@click="pushGoogleLogin"
5353
></v-img>

0 commit comments

Comments
 (0)