From 31de0bdc0e39380bf248263145e2f9a1a4f7f2fa Mon Sep 17 00:00:00 2001 From: splican Date: Mon, 21 Oct 2024 14:28:40 +0200 Subject: [PATCH] improved styling and wording --- .../BreakTimeNotificationOverview.tsx | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/Components/Core/Presentation/React/GeneralComponents/BreakTimeNotificationOverview/BreakTimeNotificationOverview.tsx b/src/Components/Core/Presentation/React/GeneralComponents/BreakTimeNotificationOverview/BreakTimeNotificationOverview.tsx index b3a63c1fa..29d6f30a1 100644 --- a/src/Components/Core/Presentation/React/GeneralComponents/BreakTimeNotificationOverview/BreakTimeNotificationOverview.tsx +++ b/src/Components/Core/Presentation/React/GeneralComponents/BreakTimeNotificationOverview/BreakTimeNotificationOverview.tsx @@ -41,9 +41,9 @@ function BreakTimeNotificationThumbnailSection({ controller: IBreakTimeNotificationOverviewController; }) { return ( -
-

{title}

-
+
+

{title}

+
{notifications.map((notification) => ( {/* Selection */} {!selectedNotification && ( -
+
@@ -99,12 +99,15 @@ export default function BreakTimeNotificationOverview() { {/* Single Notification */} {selectedNotification && ( -
+
- - {"<"} + + {"Zurück zur Übersicht"}
)}