Replace all png icon to svg icon

(cherry picked from commit b3d87bdaf11289778e508402c567fee2e545af98)
This commit is contained in:
dab246
2023-08-28 19:12:23 +07:00
committed by Dat Vu
parent 566575fcb9
commit d506248fa6
14 changed files with 869 additions and 10 deletions
@@ -66,7 +66,7 @@ class MailboxView extends BaseMailboxView {
text: AppLocalizations.of(context).app_name,
textAlign: TextAlign.center,
textStyle: const TextStyle(color: Colors.black, fontSize: 20, fontWeight: FontWeight.bold),
logo: imagePaths.icLogoTMail
logoSVG: imagePaths.icTMailLogo
),
Obx(() {
if (controller.mailboxDashBoardController.appInformation.value != null) {