From 487e5035bb58c782ddb4f89f4a371f8d72056e58 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 9 Feb 2022 22:22:31 +0800 Subject: [PATCH] ci: fix flutter warnings --- .../workspace/presentation/widgets/edit_pannel/edit_pannel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/lib/workspace/presentation/widgets/edit_pannel/edit_pannel.dart b/frontend/app_flowy/lib/workspace/presentation/widgets/edit_pannel/edit_pannel.dart index a81cd73c54..c55d405b76 100644 --- a/frontend/app_flowy/lib/workspace/presentation/widgets/edit_pannel/edit_pannel.dart +++ b/frontend/app_flowy/lib/workspace/presentation/widgets/edit_pannel/edit_pannel.dart @@ -24,7 +24,7 @@ class EditPannel extends StatelessWidget { @override Widget build(BuildContext context) { return Container( - color: Theme.of(context).colorScheme.primaryVariant, + color: Theme.of(context).colorScheme.secondary, child: BlocProvider( create: (context) => getIt(), child: BlocBuilder(