TF-1545: Update pick color dialog in rich text
(cherry picked from commit e70c9871c3e47ac2d0f2ed47265cae398665d984)
This commit is contained in:
@@ -22,7 +22,7 @@ abstract class BaseRichTextController extends GetxController {
|
||||
) async {
|
||||
await ColorPickerDialogBuilder(
|
||||
context,
|
||||
currentColor,
|
||||
ValueNotifier<Color>(currentColor),
|
||||
title: AppLocalizations.of(context).chooseAColor,
|
||||
textActionSetColor: AppLocalizations.of(context).setColor,
|
||||
textActionResetDefault: AppLocalizations.of(context).resetToDefault,
|
||||
|
||||
Reference in New Issue
Block a user