TF-1362: [Presentation] Create UI for all device and Add Action dismiss
This commit is contained in:
@@ -170,6 +170,7 @@ extension AppColor on Color {
|
||||
static const colorOutOfStorageQuotasWarning = Color(0xffE64646);
|
||||
static const colorThumbScrollBar = Color(0xFFAEB7C2);
|
||||
static const colorCreateNewIdentityButton = Color(0xFFEBEDF0);
|
||||
static const colorSpamReportBox = Color(0xFFBFDEFF);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -163,6 +163,7 @@ class ImagePaths {
|
||||
String get icQuickCreatingRule => _getImagePath('ic_quick_creating_rule.svg');
|
||||
String get icPageNotFound => _getImagePath('ic_page_not_found.svg');
|
||||
String get icOpenInNewTab => _getImagePath('ic_open_in_new_tab.svg');
|
||||
String get icInfoCircleOutline => _getImagePath('ic_info_circle_outline.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user