fix tests

This commit is contained in:
Salvatore Giordano
2020-11-24 13:07:48 +01:00
parent 8f4e2384f7
commit 93c324ac56
5 changed files with 26 additions and 13 deletions
+7 -3
View File
@@ -193,9 +193,13 @@ class _NewChatScreenState extends State<NewChatScreen> {
child: Row(
children: [
StreamNeumorphicButton(
child: StreamSvgIcon(
assetName: 'Icon_contacts.svg',
color: Color(0xFF006CFF),
child: Center(
child: StreamSvgIcon(
assetName: 'Icon_contacts.svg',
color: Color(0xFF006CFF),
height: 24,
width: 24,
),
),
),
SizedBox(width: 8),