TF-80 Undo when move email to mailbox success from email detailed view

This commit is contained in:
dab246
2021-09-21 10:07:16 +07:00
committed by Dat H. Pham
parent afc8c0fe77
commit 24e52dc6a4
4 changed files with 56 additions and 0 deletions
@@ -55,5 +55,7 @@ extension AppColor on Color {
static const toastBackgroundColor = Color(0xFFACAFFF);
static const toastSuccessBackgroundColor = Color(0xFF04AA11);
static const toastErrorBackgroundColor = Color(0xFFFF5858);
static const toastWithActionBackgroundColor = Color(0xFF3F3F3F);
static const buttonActionToastWithActionColor = Color(0xFF7ADCF8);
static const backgroundCountAttachment = Color(0x681C1C1C);
}