chore: address PR feedback

This commit is contained in:
groovinchip
2021-08-04 12:03:37 -04:00
parent f0cf4fd6db
commit 8a4632e6e2
9 changed files with 23 additions and 32 deletions
@@ -566,8 +566,7 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
elevation: 2,
clipBehavior: Clip.hardEdge,
isScrollControlled: true,
backgroundColor:
streamChatThemeData.messageInputTheme.inputBackgroundColor,
backgroundColor: MessageInputTheme.of(context).inputBackgroundColor,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(16),