update message input radius

This commit is contained in:
Salvatore Giordano
2020-11-16 16:44:00 +01:00
parent 2c6c2f5bc1
commit c04d72d46f
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -63,10 +63,11 @@ class _MediaListViewState extends State<MediaListView> {
right: 8,
),
child: CircleAvatar(
maxRadius: 12.0,
radius: 12,
backgroundColor: Colors.white,
child: Icon(
StreamIcons.check,
size: 24,
color: Colors.black,
),
),