From e895359dac3c3441ef3f82222edd06b90f0833a1 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 2 May 2026 16:02:59 +0200 Subject: [PATCH] Updated highlighting --- lib/core/custom_theme.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/custom_theme.dart b/lib/core/custom_theme.dart index 3274db9..b32ce63 100644 --- a/lib/core/custom_theme.dart +++ b/lib/core/custom_theme.dart @@ -63,9 +63,8 @@ class CustomTheme { static BoxDecoration highlightedBoxDecoration = BoxDecoration( color: boxColor, - border: Border.all(color: primaryColor), + border: Border.all(color: textColor, width: 2), borderRadius: standardBorderRadiusAll, - boxShadow: [BoxShadow(color: primaryColor.withAlpha(120), blurRadius: 12)], ); // ==================== Component Themes ====================