TF-3985 Change icons and style to be consistent with Twake drive storage

This commit is contained in:
dab246
2025-09-09 13:41:52 +07:00
committed by Dat H. Pham
parent 9671822f78
commit c3ee166c00
8 changed files with 60 additions and 12 deletions
@@ -4935,4 +4935,12 @@ class AppLocalizations {
name: 'increaseYourSpace',
);
}
String quotaAvailableLabel(String count) {
return Intl.message(
'$count available',
name: 'quotaAvailableLabel',
args: [count],
);
}
}