@@ -17,7 +17,7 @@ export default function Layout() {
1717 { /* ── 데스크탑 사이드바 (md 이상에서만 표시) ── */ }
1818 < aside className = "hidden md:flex w-56 shrink-0 border-r border-gray-200 bg-white flex-col" >
1919 < div className = "px-6 py-5 border-b border-gray-100" >
20- < h1 className = "text-lg font-bold text -brand-700 " > GreedyReader</ h1 >
20+ < h1 className = "text-lg font-bold gradient -brand-text " > GreedyReader</ h1 >
2121 < p className = "text-xs text-gray-400 mt-0.5" > AI 독서노트</ p >
2222 </ div >
2323
@@ -30,7 +30,7 @@ export default function Layout() {
3030 className = { ( { isActive } ) =>
3131 cn (
3232 'flex items-center gap-3 px-3 py-2 rounded-lg text-sm font-medium transition-colors' ,
33- isActive ? 'bg -brand-50 text-brand-700 ' : 'text-gray-600 hover:bg-gray-100' ,
33+ isActive ? 'gradient -brand-active text-violet-800 font-semibold ' : 'text-gray-600 hover:bg-gray-100' ,
3434 )
3535 }
3636 >
@@ -40,10 +40,10 @@ export default function Layout() {
4040 ) ) }
4141 </ nav >
4242
43- < div className = "m-3 p-3 rounded-lg bg -brand-50 border border-brand-100 " >
44- < p className = "text-xs font-medium text-brand -700" > 무료 플랜</ p >
43+ < div className = "m-3 p-3 rounded-lg gradient -brand-subtle border border-violet-200 " >
44+ < p className = "text-xs font-medium text-violet -700" > 무료 플랜</ p >
4545 < p className = "text-xs text-gray-500 mt-0.5" > AI 기능은 Pro에서</ p >
46- < button className = "mt-2 w-full text-xs bg -brand-600 text-white py-1.5 rounded-md hover:bg-brand-700 transition-colors " >
46+ < button className = "mt-2 w-full text-xs gradient -brand text-white py-1.5 rounded-md hover:opacity-90 transition-all " >
4747 업그레이드
4848 </ button >
4949 </ div >
@@ -59,7 +59,7 @@ export default function Layout() {
5959
6060 { /* 모바일 상단 헤더 (md 미만에서만 표시) */ }
6161 < header className = "md:hidden flex items-center justify-between px-5 py-4 bg-white border-b border-gray-100" >
62- < h1 className = "text-base font-bold text -brand-700 " > GreedyReader</ h1 >
62+ < h1 className = "text-base font-bold gradient -brand-text " > GreedyReader</ h1 >
6363 < UserButton />
6464 </ header >
6565
@@ -83,7 +83,7 @@ export default function Layout() {
8383 className = { ( { isActive } ) =>
8484 cn (
8585 'flex-1 flex flex-col items-center gap-0.5 py-3 text-xs font-medium transition-colors' ,
86- isActive ? 'text-brand-600 ' : 'text-gray-400' ,
86+ isActive ? 'text-violet-700 ' : 'text-gray-400' ,
8787 )
8888 }
8989 >
0 commit comments