Skip to content

Commit

Permalink
merge emojiTextStyle with defaultStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Jan 7, 2024
1 parent e8b0ea7 commit d052c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/emoji_cell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class EmojiCell extends StatelessWidget {
}

TextStyle _getEmojiTextStyle() {
final defaultStyle = TextStyle(
final defaultStyle = emojiTextStyle.copyWith(
fontSize: emojiSize,
inherit: true,
);
Expand Down

0 comments on commit d052c44

Please sign in to comment.