Skip to content

Commit

Permalink
Update chat_theme.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex authored Mar 17, 2021
1 parent 2ebf55d commit 325e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/chat_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class ChatTheme {
/// Color of the text on a [primaryColor]
final Color primaryTextColor;

/// Icon for message 'read' status
/// Icon for message's `read` status
final String? readIcon;

/// Secondary color, used as a backgroud of received messages
Expand All @@ -83,7 +83,7 @@ abstract class ChatTheme {
/// Icon for send button
final String? sendButtonIcon;

/// Icon for message 'sent' status
/// Icon for message's `sent` status
final String? sentIcon;

/// Largest text style, used for displaying title of a link preview
Expand Down

0 comments on commit 325e4e6

Please sign in to comment.