Change toolbar color button icon

pull/17/head
Xin Yao 4 years ago
parent 99680bd91d
commit bce5e4b29b
  1. 2
      lib/widgets/toolbar.dart

@ -854,7 +854,7 @@ class QuillToolbar extends StatefulWidget implements PreferredSizeWidget {
Visibility( Visibility(
visible: showColorButton, visible: showColorButton,
child: ColorButton( child: ColorButton(
icon: Icons.format_color_text, icon: Icons.color_lens,
controller: controller, controller: controller,
background: false, background: false,
), ),

Loading…
Cancel
Save