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} - - -
-
-
+ + + + +
); };