remove fontfamily from theme

This commit is contained in:
Salvatore Giordano
2020-02-28 13:39:51 +01:00
parent 6e067b0d79
commit babf7b4bea
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -113,7 +113,6 @@ class StreamChatState extends State<StreamChat> {
messageText: themeData?.ownMessageTheme?.messageText,
messageBackgroundColor:
themeData?.ownMessageTheme?.messageBackgroundColor,
fontFamily: themeData?.ownMessageTheme?.fontFamily,
messageAuthor: themeData?.ownMessageTheme?.messageAuthor,
messageMention: themeData?.ownMessageTheme?.messageMention,
avatarTheme: defaultTheme.ownMessageTheme.avatarTheme.copyWith(
@@ -127,7 +126,6 @@ class StreamChatState extends State<StreamChat> {
messageText: themeData?.otherMessageTheme?.messageText,
messageBackgroundColor:
themeData?.otherMessageTheme?.messageBackgroundColor,
fontFamily: themeData?.otherMessageTheme?.fontFamily,
messageAuthor: themeData?.otherMessageTheme?.messageAuthor,
messageMention: themeData?.otherMessageTheme?.messageMention,
avatarTheme: defaultTheme.otherMessageTheme.avatarTheme.copyWith(