Fix QuillToolbarColorButtonExtraOptions

pull/1886/head
AtlasAutocode 11 months ago
parent 5c78985f39
commit e4e42d6973
  1. 2
      lib/src/widgets/toolbar/buttons/color/color_button.dart

@ -138,7 +138,7 @@ class QuillToolbarColorButtonState extends QuillToolbarColorBaseButtonState {
_showColorPicker();
afterButtonPressed?.call();
},
iconColor: null,
iconColor: iconColor,
iconColorBackground: iconColorBackground,
fillColor: fillColor,
fillColorBackground: fillColorBackground,

Loading…
Cancel
Save