Skip to content

Commit

Permalink
[#1] develop 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JoGeumJu committed Mar 19, 2023
1 parent a2ddba5 commit 27cc26f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/loginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ export const LoginPage = () => {
/>
</KakaoLogin>
<GoogleLogin>
<Image src={"/img/login/google.png"} width={20} alt="googleLogin" />
<Image
src={"/img/login/google.png"}
width={20}
height={20}
alt="googleLogin"
/>
<GoogleText>구글 로그인</GoogleText>
</GoogleLogin>
</Logins>
Expand Down Expand Up @@ -92,7 +97,5 @@ const GoogleText = styled.p`
color: ${customColor.black + "aa"};
transform: translate(calc(-50% + 10px), -50%);
letter-spacing: -0.5px;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
font-family: Roboto;
`;

0 comments on commit 27cc26f

Please sign in to comment.