TF-3759 Update style popup context menu for mailbox view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-13 14:54:59 +07:00
committed by Dat H. Pham
parent 42bb709d18
commit 34f330088f
12 changed files with 134 additions and 46 deletions
@@ -243,7 +243,7 @@ class SearchMailboxView extends GetWidget<SearchMailboxController>
),
const SizedBox(width: 12),
Expanded(child: Text(
contextMenuItem.action.getTitleContextMenu(AppLocalizations.of(context)),
contextMenuItem.action.getContextMenuTitle(AppLocalizations.of(context)),
style: TextStyle(
fontWeight: FontWeight.w500,
fontSize: 16,