refactor(space): 목표 변경 토스트 위치 변경
This commit is contained in:
@@ -131,7 +131,9 @@ export const SpaceFocusHudWidget = ({
|
|||||||
onConfirm={(nextGoal) => {
|
onConfirm={(nextGoal) => {
|
||||||
onGoalUpdate(nextGoal);
|
onGoalUpdate(nextGoal);
|
||||||
setSheetOpen(false);
|
setSheetOpen(false);
|
||||||
triggerFlash(1200);
|
onStatusMessage({
|
||||||
|
message: `이번 한 조각 · ${nextGoal}`,
|
||||||
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user