fix: qa fixes
This commit is contained in:
@@ -514,7 +514,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
...commands
|
...commands
|
||||||
.map(
|
.map(
|
||||||
(c) => ListTile(
|
(c) => ListTile(
|
||||||
leading: c.name == '/giphy' ? CircleAvatar(
|
leading: c.name == 'giphy' ? CircleAvatar(
|
||||||
backgroundColor: Colors.black,
|
backgroundColor: Colors.black,
|
||||||
child: Image.asset('images/giphy_icon.png'),
|
child: Image.asset('images/giphy_icon.png'),
|
||||||
maxRadius: 12.0,
|
maxRadius: 12.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user