Update color dialog

pull/1682/head
Ellet 1 year ago
parent a20278190f
commit 129253e883
  1. 1
      lib/src/widgets/toolbar/buttons/color/color_dialog.dart

@ -90,6 +90,7 @@ class ColorPickerDialogState extends State<ColorPickerDialog> {
),
],
),
const SizedBox(height: 6),
Column(
children: [
if (pickerType == _PickerType.material)

Loading…
Cancel
Save