TF-3986 Change style for over quota flow when send or save draft email

This commit is contained in:
dab246
2025-09-10 13:10:51 +07:00
committed by Dat H. Pham
parent 16f0eed730
commit 77b1222149
8 changed files with 153 additions and 48 deletions
@@ -59,7 +59,7 @@ class QuotasBannerWidget extends StatelessWidget {
),
const SizedBox(height: 8),
if (!PlatformInfo.isWeb ||
!_quotasController.isManageMyStorageIsEnabled)
_quotasController.isManageMyStorageIsDisabled)
Text(
appLocalizations.quotaBannerWarningSubtitleWithoutPremium,
style: QuotasBannerStyles.subTitleTextStyle,