Skip to content

Commit fa3d982

Browse files
committed
TF-4064 Highlighted all recipient fields when drop
1 parent a576d30 commit fa3d982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/features/composer/presentation/widgets/recipient_composer_widget.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
186186
focusNodeKeyboard: widget.focusNodeKeyboard,
187187
borderRadius: RecipientComposerWidgetStyle.enableBorderRadius,
188188
enableBorderColor: RecipientComposerWidgetStyle.enableBorderColor,
189+
focusedBorderColor: _isDragging
190+
? RecipientComposerWidgetStyle.enableBorderColor
191+
: null,
189192
keyboardType: TextInputType.emailAddress,
190193
textInputAction: TextInputAction.done,
191194
debounceDuration: RecipientComposerWidgetStyle.suggestionDebounceDuration,

0 commit comments

Comments
 (0)