@@ -184,8 +184,8 @@ export default function SajuForm() {
onClick={() => setGender('male')}
className={`px-6 py-3 rounded-xl font-bold transition ${
gender === 'male'
- ? 'bg-[#1a56db] text-white shadow-lg'
- : 'bg-white border-2 border-[#dbe8ff] text-[#04102b] hover:border-[#1a56db]'
+ ? 'bg-[var(--jsm-accent)] text-white shadow-lg'
+ : 'bg-white border-2 border-[var(--jsm-line)] text-[var(--jsm-ink)] hover:border-[var(--jsm-accent)]'
}`}
>
남성
@@ -195,8 +195,8 @@ export default function SajuForm() {
onClick={() => setGender('female')}
className={`px-6 py-3 rounded-xl font-bold transition ${
gender === 'female'
- ? 'bg-[#1a56db] text-white shadow-lg'
- : 'bg-white border-2 border-[#dbe8ff] text-[#04102b] hover:border-[#1a56db]'
+ ? 'bg-[var(--jsm-accent)] text-white shadow-lg'
+ : 'bg-white border-2 border-[var(--jsm-line)] text-[var(--jsm-ink)] hover:border-[var(--jsm-accent)]'
}`}
>
여성
@@ -207,7 +207,7 @@ export default function SajuForm() {
{/* 제출 버튼 */}
diff --git a/app/work/saju/input/page.tsx b/app/work/saju/input/page.tsx
index 5fb5ac0..5fb0c86 100644
--- a/app/work/saju/input/page.tsx
+++ b/app/work/saju/input/page.tsx
@@ -2,13 +2,12 @@ import SajuForm from '@/app/work/saju/components/SajuForm';
export default function SajuInputPage() {
return (
-
+
{/* Hero */}
-
+
-
+
AI 사주 분석 · 생년월일 입력
@@ -24,10 +23,10 @@ export default function SajuInputPage() {
{/* Form 영역 */}
-
+
-
-
기본 정보 입력
+
+
기본 정보 입력