TF-3704 Fix Folders text is not correct style

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-09 10:52:06 +07:00
committed by Dat H. Pham
parent b7e4eb6245
commit 8b0072548f
3 changed files with 7 additions and 8 deletions
@@ -280,7 +280,7 @@ class MailboxView extends BaseMailboxView {
Expanded(
child: Text(
AppLocalizations.of(context).folders,
style: ThemeUtils.textStyleM3BodyMedium2(color: Colors.black),
style: ThemeUtils.textStyleInter700(color: Colors.black),
),
),
Row(children: [
@@ -186,7 +186,7 @@ class MailboxView extends BaseMailboxView {
),
child: Text(
AppLocalizations.of(context).folders,
style: ThemeUtils.textStyleM3BodyMedium2(color: Colors.black),
style: ThemeUtils.textStyleInter700(color: Colors.black),
),
),
),