diff --git a/lib/widgets/messages/message_text.dart b/lib/widgets/messages/message_text.dart index f9d7bcd..5587505 100644 --- a/lib/widgets/messages/message_text.dart +++ b/lib/widgets/messages/message_text.dart @@ -49,10 +49,7 @@ class MessageText extends StatelessWidget { message.formattedContent, softWrap: true, maxLines: null, - style: Theme.of(context) - .textTheme - .bodyLarge - ?.copyWith(color: foregroundColor), + style: Theme.of(context).textTheme.bodyLarge?.copyWith(color: foregroundColor), ), ), Row(