Background/Font Color toolbar button tooltips reversed

pull/1506/head
SRevels 1 year ago committed by X Code
parent 96f15ce7db
commit 464e0aa64e
  1. 2
      lib/src/widgets/toolbar/buttons/color.dart

@ -131,7 +131,7 @@ class _QuillToolbarColorButtonState extends State<QuillToolbarColorButton> {
String get tooltip {
return options.tooltip ??
baseButtonExtraOptions.tooltip ??
(widget.isBackground ? 'Font color'.i18n : 'Background color'.i18n);
(widget.isBackground ? 'Background color'.i18n : 'Font color'.i18n);
}
@override

Loading…
Cancel
Save