refactor(space): 목표 변경 토스트 위치 변경

This commit is contained in:
2026-03-07 02:41:25 +09:00
parent 2ac568a4ab
commit 09b02f4168

View File

@@ -131,7 +131,9 @@ export const SpaceFocusHudWidget = ({
onConfirm={(nextGoal) => { onConfirm={(nextGoal) => {
onGoalUpdate(nextGoal); onGoalUpdate(nextGoal);
setSheetOpen(false); setSheetOpen(false);
triggerFlash(1200); onStatusMessage({
message: `이번 한 조각 · ${nextGoal}`,
});
}} }}
/> />
</> </>