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
@@ -296,7 +296,7 @@ class StreamChatThemeData {
subtitleStyle: textTheme.footnote.copyWith(
color: const Color(0xff7A7A7A),
),
lastMessageAt: textTheme.footnote.copyWith(
lastMessageAtStyle: textTheme.footnote.copyWith(
color: colorTheme.textHighEmphasis.withOpacity(.5),
),
indicatorIconSize: 16,