فهرست منبع

ci: fix flutter warnings

appflowy 3 سال پیش
والد
کامیت
487e5035bb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/widgets/edit_pannel/edit_pannel.dart

+ 1 - 1
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<EditPannelBloc>(),
         child: BlocBuilder<EditPannelBloc, EditPannelState>(