apply theme to edit message

This commit is contained in:
Salvatore Giordano
2020-12-31 12:13:20 +01:00
parent 88ba902ee3
commit da3f9e7dae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -273,6 +273,7 @@ class MessageActionsModal extends StatelessWidget {
elevation: 2,
clipBehavior: Clip.hardEdge,
isScrollControlled: true,
backgroundColor: StreamChatTheme.of(context).colorTheme.white,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(32),