Fix recipient input field cursor color
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit fa54f626730cc49686538514370d5b2dff86f078)
This commit is contained in:
@@ -19,6 +19,7 @@ class RecipientComposerWidgetStyle {
|
|||||||
static const Color deleteRecipientFieldIconColor = AppColor.colorCollapseMailbox;
|
static const Color deleteRecipientFieldIconColor = AppColor.colorCollapseMailbox;
|
||||||
static const Color enableBorderColor = AppColor.primaryColor;
|
static const Color enableBorderColor = AppColor.primaryColor;
|
||||||
static const Color suggestionsBoxBackgroundColor = Colors.white;
|
static const Color suggestionsBoxBackgroundColor = Colors.white;
|
||||||
|
static const Color cursorColor = AppColor.primaryColor;
|
||||||
|
|
||||||
static const EdgeInsetsGeometry deleteRecipientFieldIconPadding = EdgeInsetsDirectional.all(3);
|
static const EdgeInsetsGeometry deleteRecipientFieldIconPadding = EdgeInsetsDirectional.all(3);
|
||||||
static const EdgeInsetsGeometry prefixButtonPadding = EdgeInsetsDirectional.symmetric(vertical: 3, horizontal: 5);
|
static const EdgeInsetsGeometry prefixButtonPadding = EdgeInsetsDirectional.symmetric(vertical: 3, horizontal: 5);
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
|
|||||||
minTextFieldWidth: RecipientComposerWidgetStyle.minTextFieldWidth,
|
minTextFieldWidth: RecipientComposerWidgetStyle.minTextFieldWidth,
|
||||||
resetTextOnSubmitted: true,
|
resetTextOnSubmitted: true,
|
||||||
autoScrollToInput: false,
|
autoScrollToInput: false,
|
||||||
|
cursorColor: RecipientComposerWidgetStyle.cursorColor,
|
||||||
suggestionsBoxElevation: RecipientComposerWidgetStyle.suggestionsBoxElevation,
|
suggestionsBoxElevation: RecipientComposerWidgetStyle.suggestionsBoxElevation,
|
||||||
suggestionsBoxBackgroundColor: RecipientComposerWidgetStyle.suggestionsBoxBackgroundColor,
|
suggestionsBoxBackgroundColor: RecipientComposerWidgetStyle.suggestionsBoxBackgroundColor,
|
||||||
suggestionsBoxRadius: RecipientComposerWidgetStyle.suggestionsBoxRadius,
|
suggestionsBoxRadius: RecipientComposerWidgetStyle.suggestionsBoxRadius,
|
||||||
@@ -243,6 +244,7 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
|
|||||||
minTextFieldWidth: RecipientComposerWidgetStyle.minTextFieldWidth,
|
minTextFieldWidth: RecipientComposerWidgetStyle.minTextFieldWidth,
|
||||||
resetTextOnSubmitted: true,
|
resetTextOnSubmitted: true,
|
||||||
autoScrollToInput: false,
|
autoScrollToInput: false,
|
||||||
|
cursorColor: RecipientComposerWidgetStyle.cursorColor,
|
||||||
suggestionsBoxElevation: RecipientComposerWidgetStyle.suggestionsBoxElevation,
|
suggestionsBoxElevation: RecipientComposerWidgetStyle.suggestionsBoxElevation,
|
||||||
suggestionsBoxBackgroundColor: RecipientComposerWidgetStyle.suggestionsBoxBackgroundColor,
|
suggestionsBoxBackgroundColor: RecipientComposerWidgetStyle.suggestionsBoxBackgroundColor,
|
||||||
suggestionsBoxRadius: RecipientComposerWidgetStyle.suggestionsBoxRadius,
|
suggestionsBoxRadius: RecipientComposerWidgetStyle.suggestionsBoxRadius,
|
||||||
|
|||||||
Reference in New Issue
Block a user