TF-1813 Add new icon and color for sending queue view
(cherry picked from commit 7737d73c9ad71d329764d142f49ee5851fc98901)
This commit is contained in:
@@ -175,6 +175,8 @@ extension AppColor on Color {
|
||||
static const colorMailboxPath = Color(0xFF818C99);
|
||||
static const colorIconUnSubscribedMailbox = Color(0xFFAEB7C2);
|
||||
static const colorTitleAUnSubscribedMailbox = Color(0xFF818C99);
|
||||
static const colorTitleSendingItem = Color(0xFF818C99);
|
||||
static const colorBannerMessageSendingQueue = Color(0xFFF7F8FA);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -179,6 +179,12 @@ class ImagePaths {
|
||||
String get icToastSuccessMessage => _getImagePath('ic_toast_success_message.svg');
|
||||
String get icForwarded => _getImagePath('ic_forwarded.svg');
|
||||
String get icReplyAndForward => _getImagePath('ic_reply_and_forward.svg');
|
||||
String get icMailboxSendingQueue => _getImagePath('ic_mailbox_sending_queue.svg');
|
||||
String get icMailboxOutbox => _getImagePath('ic_mailbox_outbox.svg');
|
||||
String get icAvatarGroup => _getImagePath('ic_avatar_group.svg');
|
||||
String get icAvatarPersonal => _getImagePath('ic_avatar_personal.svg');
|
||||
String get icDialogOfflineMode => _getImagePath('ic_dialog_offline_mode.svg');
|
||||
String get icMenuMailbox => _getImagePath('ic_menu_mailbox.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user