Skip to content

Commit bd0f4d1

Browse files
committed
chore: signup 색상 수정
1 parent 5aef9f8 commit bd0f4d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/(auth)/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function LoginPage() {
8686
<div className="text-grayscale-900 text-center text-3xl font-bold tracking-tight">로그인</div>
8787
<p className="text-grayscale-600 mt-2 text-center text-sm">
8888
아직 계정이 없으신가요?{" "}
89-
<Link href="/signup" className="font-medium text-primary-orange-300 hover:text-primary-orange-200">
89+
<Link href="/signup" className="font-bold text-primary-orange-300 hover:text-primary-orange-200">
9090
회원가입하기
9191
</Link>
9292
</p>

src/app/(auth)/signup/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function SignupPage() {
1212
<h2 className="text-grayscale-900 text-center text-3xl font-bold tracking-tight">회원 유형 선택</h2>
1313
<p className="text-grayscale-600 mt-2 text-center text-sm">
1414
이미 계정이 있으신가요?{" "}
15-
<Link href="/login" className="font-medium text-primary-orange-300 hover:text-primary-orange-200">
15+
<Link href="/login" className="font-bold text-primary-orange-300 hover:text-primary-orange-200">
1616
로그인하기
1717
</Link>
1818
</p>
@@ -22,7 +22,7 @@ export default function SignupPage() {
2222
{/* 지원자 회원가입 카드 */}
2323
<Link
2424
href="/signup/applicant"
25-
className="flex flex-1 flex-col items-center rounded-lg border-2 border-transparent bg-primary-blue-50 p-8 transition-all hover:scale-105 hover:border-primary-orange-300 hover:shadow-xl"
25+
className="flex flex-1 flex-col items-center rounded-lg border-2 border-transparent bg-[#ebfdeb] p-8 transition-all hover:scale-105 hover:border-primary-orange-300 hover:shadow-xl"
2626
>
2727
<div className="flex h-24 w-24 items-center justify-center rounded-full bg-primary-orange-50">
2828
<FaUser className="h-12 w-12 text-primary-orange-300" />

0 commit comments

Comments
 (0)