TF-1014: add quotas out of storage
This commit is contained in:
@@ -166,6 +166,7 @@ extension AppColor on Color {
|
||||
static const colorBackgroundQuotasWarning = Color(0xFFFFC107);
|
||||
static const colorTitleQuotasWarning = Color(0xFFF05C44);
|
||||
static const colorProgressQuotasWarning = Color(0xFFFFA000);
|
||||
static const colorOutOfStorageQuotasWarning = Color(0xffE64646);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -174,6 +174,7 @@ class ImagePaths {
|
||||
String get icDeleteRecipient => _getImagePath('ic_delete_recipient.svg');
|
||||
String get icQuotas => _getImagePath('ic_quotas.svg');
|
||||
String get icQuotasWarning => _getImagePath('ic_quotas_warning.svg');
|
||||
String get icQuotasOutOfStorage => _getImagePath('ic_quotas_out_of_storage.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user