chore: rename ChannelPreviewTheme.lastMessageAt to .lastMessageAtStyle

This commit is contained in:
groovinchip
2021-07-30 13:50:42 -04:00
parent 008dc0b1df
commit c5d53de53c
4 changed files with 12 additions and 11 deletions
@@ -93,7 +93,7 @@ class MessageSearchItem extends StatelessWidget {
return Text(
stringDate,
style: StreamChatTheme.of(context).channelPreviewTheme.lastMessageAt,
style: StreamChatTheme.of(context).channelPreviewTheme.lastMessageAtStyle,
);
}