mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: fix flutter warnings
This commit is contained in:
parent
f872c6c1f8
commit
487e5035bb
@ -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<EditPannelBloc>(),
|
||||
child: BlocBuilder<EditPannelBloc, EditPannelState>(
|
||||
|
Loading…
Reference in New Issue
Block a user