TF-3410 Use TextTheme apply almost text style for text widget
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -369,12 +369,7 @@ mixin MailboxWidgetMixin {
|
||||
maxLines: 1,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||
fontSize: 14,
|
||||
height: 18 / 14,
|
||||
color: Colors.black,
|
||||
fontWeight: FontWeight.w400,
|
||||
)
|
||||
style: ThemeUtils.textStyleBodyBody3(color: Colors.black)
|
||||
)),
|
||||
])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user