TF-1194 Refactor and optimize widget
This commit is contained in:
@@ -169,6 +169,7 @@ extension AppColor on Color {
|
||||
static const colorProgressQuotasWarning = Color(0xFFFFA000);
|
||||
static const colorOutOfStorageQuotasWarning = Color(0xffE64646);
|
||||
static const colorThumbScrollBar = Color(0xFFAEB7C2);
|
||||
static const colorCreateNewIdentityButton = Color(0xFFEBEDF0);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -26,7 +26,6 @@ class ImagePaths {
|
||||
String get icSelected => _getImagePath('ic_selected.svg');
|
||||
String get icUnSelected => _getImagePath('ic_unselected.svg');
|
||||
String get icDelete => _getImagePath('ic_delete.svg');
|
||||
String get icDeleteOutline => _getImagePath('ic_delete_outline.svg');
|
||||
String get icSpam => _getImagePath('ic_spam.svg');
|
||||
String get icMove => _getImagePath('ic_move.svg');
|
||||
String get icReadToast => _getImagePath('ic_read_toast.svg');
|
||||
|
||||
Reference in New Issue
Block a user