update message input radius
This commit is contained in:
@@ -63,10 +63,11 @@ class _MediaListViewState extends State<MediaListView> {
|
|||||||
right: 8,
|
right: 8,
|
||||||
),
|
),
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
maxRadius: 12.0,
|
radius: 12,
|
||||||
backgroundColor: Colors.white,
|
backgroundColor: Colors.white,
|
||||||
child: Icon(
|
child: Icon(
|
||||||
StreamIcons.check,
|
StreamIcons.check,
|
||||||
|
size: 24,
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1170,8 +1170,8 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
|
|
||||||
Positioned _buildRemoveButton(_SendingAttachment attachment) {
|
Positioned _buildRemoveButton(_SendingAttachment attachment) {
|
||||||
return Positioned(
|
return Positioned(
|
||||||
height: 16,
|
height: 24,
|
||||||
width: 16,
|
width: 24,
|
||||||
top: 4,
|
top: 4,
|
||||||
right: 4,
|
right: 4,
|
||||||
child: RawMaterialButton(
|
child: RawMaterialButton(
|
||||||
@@ -1192,7 +1192,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
child: Center(
|
child: Center(
|
||||||
child: Icon(
|
child: Icon(
|
||||||
StreamIcons.close,
|
StreamIcons.close,
|
||||||
size: 15,
|
size: 24,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user