Skip to content

Commit b106929

Browse files
authored
Update typing indicator text to use injected footnote font instead system one (#502)
1 parent eb42f8b commit b106929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ struct TypingIndicatorBottomView: View {
538538
HStack {
539539
TypingIndicatorView()
540540
Text(typingIndicatorString)
541-
.font(.footnote)
541+
.font(fonts.footnote)
542542
.foregroundColor(Color(colors.textLowEmphasis))
543543
Spacer()
544544
}

0 commit comments

Comments
 (0)