diff --git a/super_editor/lib/src/default_editor/tasks.dart b/super_editor/lib/src/default_editor/tasks.dart index 685f66913..20d4eeb34 100644 --- a/super_editor/lib/src/default_editor/tasks.dart +++ b/super_editor/lib/src/default_editor/tasks.dart @@ -353,6 +353,7 @@ class _TaskComponentState extends State with ProxyDocumentCompone Padding( padding: const EdgeInsets.only(left: 16, right: 4), child: Checkbox( + visualDensity: Theme.of(context).visualDensity, value: widget.viewModel.isComplete, onChanged: (newValue) { widget.viewModel.setComplete(newValue!);