diff --git a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart index 43b84ddc1c..23b73e75a9 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart @@ -42,10 +42,8 @@ class BulletedListIcon extends StatelessWidget { size: Size.square(size * 0.8), ); return Container( - constraints: BoxConstraints( - minWidth: size, - minHeight: size, - ), + width: size, + height: size, margin: const EdgeInsets.only(right: 8.0), alignment: Alignment.center, child: icon,