feat: Shifted fields from channel to input theme

This commit is contained in:
Deven Joshi
2021-02-26 13:38:14 +05:30
parent 03553ea3cd
commit 7db34db7ca
3 changed files with 57 additions and 50 deletions
@@ -596,7 +596,8 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
elevation: 2,
clipBehavior: Clip.hardEdge,
isScrollControlled: true,
backgroundColor: StreamChatTheme.of(context).channelTheme.inputBackground,
backgroundColor:
StreamChatTheme.of(context).messageInputTheme.inputBackground,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(16),