This commit is contained in:
X1627315083
2025-10-30 16:28:28 +08:00
parent a7f109b928
commit 0680f37605
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ const handleSignup = () => {
.input-field {
width: 100%;
height: 10rem;
padding: 16px 20px;
padding: 1.6rem 2rem;
border: 2px solid #fff;
background: transparent;
border-radius: 7.1rem;
@@ -289,7 +289,7 @@ const handleSignup = () => {
.google-button {
width: 100%;
padding: 16px;
padding: 1.6rem;
border: 2px solid #fff;
border-radius: 7rem;
font-size: 3.83rem;

View File

@@ -259,7 +259,7 @@ const handleSignupByGoogle = async () => {
.input-field {
width: 100%;
height: 10rem;
padding: 16px 20px;
padding: 1.6rem 2rem;
border: 2px solid #fff;
background: transparent;
border-radius: 7.1rem;
@@ -294,7 +294,7 @@ const handleSignupByGoogle = async () => {
.google-button {
width: 100%;
padding: 16px;
padding: 1.6rem;
border: 2px solid #fff;
border-radius: 7rem;
font-size: 3.83rem;