fix(space): HUD 시작 흐름과 컨트롤 상태를 정리

This commit is contained in:
2026-03-09 13:13:53 +09:00
parent 675014166a
commit cceaa6bd82
4 changed files with 167 additions and 87 deletions

View File

@@ -154,7 +154,7 @@ export const SpaceSetupDrawerWidget = ({
<header className="mb-3 space-y-1">
<p className="text-[10px] uppercase tracking-[0.18em] text-white/48">Ritual</p>
<h1 className="text-[1.45rem] font-semibold leading-tight text-white"> .</h1>
<p className="text-xs text-white/60"> Focus .</p>
<p className="text-xs text-white/60"> HUD의 .</p>
</header>
{resumeHint ? (
@@ -174,7 +174,7 @@ export const SpaceSetupDrawerWidget = ({
onClick={resumeHint.onResume}
className="rounded-full border border-sky-200/34 bg-sky-200/14 px-2.5 py-1 text-[11px] text-white/90 transition-colors hover:bg-sky-200/22"
>
</button>
</div>
</div>
@@ -295,7 +295,7 @@ export const SpaceSetupDrawerWidget = ({
'h-10 rounded-xl !bg-sky-300/84 !text-slate-900 shadow-[0_8px_16px_rgba(125,211,252,0.24)] hover:!bg-sky-300 disabled:!bg-white/10 disabled:!text-white/42',
)}
>
</Button>
</div>
</form>