From d193973eb58890a0ce94a5cc064db3fe9fcd846a Mon Sep 17 00:00:00 2001 From: corpi Date: Wed, 18 Mar 2026 00:11:15 +0900 Subject: [PATCH] style(space): align goal complete sheet with end session tone --- .../space-focus-hud/ui/GoalCompleteSheet.tsx | 130 +++++++++--------- 1 file changed, 66 insertions(+), 64 deletions(-) diff --git a/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx b/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx index e915284..85c8d9f 100644 --- a/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx +++ b/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx @@ -32,11 +32,11 @@ export const GoalCompleteSheet = ({ } return ( -
-

+

+

{copy.space.goalComplete.currentGoalLabel}

-

+

{trimmedCurrentGoal}

@@ -82,83 +82,85 @@ export const GoalCompleteSheet = ({ return (
- -
+
-
-
-
- -
-

- {copy.space.completionResult.eyebrow} -

-

+
+

+ {copy.space.completionResult.eyebrow} +

+

+ {copy.space.goalComplete.timerTitle} +

+

+ {copy.space.goalComplete.timerDescription} +

+ + {goalCard} + +
+

-

- {copy.space.goalComplete.timerDescription} -

-
- -
- {goalCard} - - -
-
-
+ + + + +
); };