From 3a2b2533b06432ec5be96c27ffced6ba0293790d Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Thu, 25 May 2023 18:33:39 +0200 Subject: [PATCH] Fixed background color top row management modal --- lib/screens/home/management_modal.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/home/management_modal.dart b/lib/screens/home/management_modal.dart index 562fbc4..aaeaab7 100644 --- a/lib/screens/home/management_modal.dart +++ b/lib/screens/home/management_modal.dart @@ -223,7 +223,7 @@ class _ManagementModalState extends State with SingleTickerProv ), decoration: BoxDecoration( borderRadius: BorderRadius.circular(28), - color: Theme.of(context).primaryColor.withOpacity(0.1) + color: Theme.of(context).colorScheme.primary.withOpacity(0.1) ), child: Expandable( theme: const ExpandableThemeData(