Merge pull request #200 from GetStream/fix/typing_indicator

feat: Added typing indicator design and styling fixes
This commit is contained in:
Salvatore Giordano
2021-01-08 10:04:23 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -690,6 +690,12 @@ class _ChannelPageState extends State<ChannelPage> {
horizontal: 8,
vertical: 4,
),
style: StreamChatTheme.of(context)
.textTheme
.footnote
.copyWith(
color:
StreamChatTheme.of(context).colorTheme.grey),
),
),
),