From 87d7fbebcd7f40739ee0b7493e8e6f34a600d404 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 19 Jan 2026 16:07:20 +0100 Subject: [PATCH] Updated quick create button color --- lib/presentation/widgets/buttons/quick_create_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/widgets/buttons/quick_create_button.dart b/lib/presentation/widgets/buttons/quick_create_button.dart index 0abf7d6..6dc9876 100644 --- a/lib/presentation/widgets/buttons/quick_create_button.dart +++ b/lib/presentation/widgets/buttons/quick_create_button.dart @@ -28,7 +28,7 @@ class _QuickCreateButtonState extends State { onPressed: widget.onPressed, style: ElevatedButton.styleFrom( minimumSize: const Size(140, 45), - backgroundColor: CustomTheme.primaryColor, + backgroundColor: CustomTheme.primaryColor.withAlpha(200).withBlue(40), shape: RoundedRectangleBorder( borderRadius: CustomTheme.standardBorderRadiusAll, ),