TF-1813 Add new icon and color for sending queue view

(cherry picked from commit 7737d73c9ad71d329764d142f49ee5851fc98901)
This commit is contained in:
dab246
2023-06-01 13:48:36 +07:00
committed by Dat Vu
parent f6d185aa5a
commit 1d300a0b64
9 changed files with 46 additions and 2 deletions
@@ -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)],