fix(ui): align new widgets to develop fixes

This commit is contained in:
Salvatore Giordano
2022-04-14 10:10:21 +02:00
parent 2bd088dc50
commit affe37e684
3 changed files with 3 additions and 2 deletions
@@ -593,6 +593,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
elevation: widget.elevation ??
_streamChatTheme.messageInputTheme.elevation ??
8,
color: _messageInputTheme.inputBackgroundColor,
child: child,
);
}
@@ -789,6 +790,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
gradient: _focusNode.hasFocus
? _messageInputTheme.activeBorderGradient
: _messageInputTheme.idleBorderGradient,
color: _messageInputTheme.inputBackgroundColor,
),
child: Padding(
padding: const EdgeInsets.all(1.5),