From d414617f9df6087687bbebc0d12aa42a37ca1fef Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 19 Dec 2025 10:45:45 -0500 Subject: [PATCH] add color to product updates --- src/components/ProductUpdates.tsx | 99 +++++++++++++++---------------- 1 file changed, 47 insertions(+), 52 deletions(-) diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 9a06de19..630d0800 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -184,22 +184,20 @@ function ProductUpdatesListPopup({
-
- -
+

{t("productUpdateWhatsNew")}

- +
@@ -334,53 +332,50 @@ function NewVersionAvailable({ return ( -
- {version && ( - <> - + + )} ); }