Fixed background color top row management modal

This commit is contained in:
Juan Gilsanz Polo 2023-05-25 18:33:39 +02:00
parent de651118f2
commit 3a2b2533b0

View file

@ -223,7 +223,7 @@ class _ManagementModalState extends State<ManagementModal> 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(