fix iconbuttons splash animation

This commit is contained in:
Salvatore Giordano
2020-11-09 14:45:12 +01:00
parent cfaad03bfb
commit 815b0120bf
+3 -1
View File
@@ -613,8 +613,9 @@ class MessageInputState extends State<MessageInput> {
Widget _buildFilePickerSection() {
return Container(
color: Color(0xFFF2F2F2),
height: _filePickerSize,
child: Material(
color: Color(0xFFF2F2F2),
child: Column(
children: [
Row(
@@ -706,6 +707,7 @@ class MessageInputState extends State<MessageInput> {
),
],
),
),
);
}