TF-3986 Change style for alert quota

This commit is contained in:
dab246
2025-09-10 11:48:50 +07:00
committed by Dat H. Pham
parent 9a84f12690
commit 16f0eed730
10 changed files with 200 additions and 123 deletions
@@ -240,6 +240,7 @@ class ImagePaths {
String get animLottieTmail => _getAnimationPath('lottie-tmail.json');
String get icExpandArrows => _getImagePath('ic_expand_arrows.svg');
String get icPremium => _getImagePath('ic_premium.svg');
String get icCloud => _getImagePath('ic_cloud.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;