diff --git a/lib/src/widgets/toolbar/buttons/color.dart b/lib/src/widgets/toolbar/buttons/color.dart index ed431fea..d481ae5c 100644 --- a/lib/src/widgets/toolbar/buttons/color.dart +++ b/lib/src/widgets/toolbar/buttons/color.dart @@ -131,7 +131,7 @@ class _QuillToolbarColorButtonState extends State { 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