Skip to content

Commit

Permalink
feat: 카카오 디자인 규정 준수
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp-tae committed Nov 28, 2024
1 parent 7ad9fbe commit ef1ec48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file added src/assets/images/kakao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/pages/Login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import backgroundImage from "../../assets/images/loginbackground.png";
import { ReactComponent as ClacoMain } from "@/assets/svgs/Claco_Main.svg";
import KakaoLogo from "@/assets/images/kakao.png";

export const LoginPage = () => {
// 카카오 인증 서버로 리다이렉트
Expand All @@ -24,11 +25,17 @@ export const LoginPage = () => {
오신 것을 환영해요!
</span>
</div>

<button
className="flex w-full bg-login items-center justify-center rounded-[0.31rem] py-[0.88rem]"
className="relative flex w-full bg-login items-center justify-center rounded-[8px] py-[0.88rem]"
onClick={handleLogin}
>
<span className="body1-regular text-grayscale-20">
<img
src={KakaoLogo}
alt="카카오 로고 이미지"
className="absolute w-5 h-5 left-[125px]"
/>
<span className="pl-10 body1-regular text-grayscale-20">
카카오로 시작하기
</span>
</button>
Expand Down

0 comments on commit ef1ec48

Please sign in to comment.