chore(llc): rename theme property

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-02-09 15:47:36 +05:30
committed by xsahil03x
parent c09d0fc20e
commit 6e9202fe61
3 changed files with 14 additions and 10 deletions
@@ -75,7 +75,7 @@ class MyApp extends StatelessWidget {
),
),
ownMessageTheme: const StreamMessageThemeData(
urlLinkTitleMaxLine: 1,
urlAttachmentTitleMaxLine: 1,
),
otherMessageTheme: StreamMessageThemeData(
messageBackgroundColor: colorTheme.textHighEmphasis,
@@ -85,7 +85,7 @@ class MyApp extends StatelessWidget {
avatarTheme: StreamAvatarThemeData(
borderRadius: BorderRadius.circular(8),
),
urlLinkTitleMaxLine: 1,
urlAttachmentTitleMaxLine: 1,
),
).merge(defaultTheme);