TF-101 Show counter for regular mailbox

This commit is contained in:
dab246
2021-10-14 11:54:46 +07:00
committed by Dat H. Pham
parent 12002444a7
commit f198f4ada0
5 changed files with 61 additions and 33 deletions
@@ -34,8 +34,9 @@ extension AppColor on Color {
static const storageUseSizeColor = Color(0xFF2D0CFF);
static const myFolderTitleColor = Color(0xFF7E869B);
static const titleAppBarMailboxListMail = Color(0xFF182952);
static const notifyCountAppBarMailboxListMail = Color(0xFF3840F7);
static const bgNotifyCountAppBarMailboxListMail = Color(0xFFE6E5FF);
static const counterMailboxColor = Color(0xFF3840F7);
static const backgroundCounterMailboxColor = Color(0xFFE6E5FF);
static const backgroundCounterMailboxSelectedColor = Color(0x17313131);
static const bgMailboxListMail = Color(0xFFFBFBFF);
static const bgMessenger = Color(0xFFF2F2F5);
static const textButtonColor = Color(0xFF182952);