TF-138 Add domain layer for search mail with text pattern

This commit is contained in:
dab246
2021-10-26 13:17:12 +07:00
committed by Dat H. Pham
parent 03f5921025
commit 62d416c4a4
11 changed files with 254 additions and 4 deletions
@@ -59,4 +59,7 @@ extension AppColor on Color {
static const toastWithActionBackgroundColor = Color(0xFF3F3F3F);
static const buttonActionToastWithActionColor = Color(0xFF7ADCF8);
static const backgroundCountAttachment = Color(0x681C1C1C);
static const bgStatusResultSearch = Color(0xFFF5F5F7);
static const bgWordSearch = Color(0xFFD7D6FC);
}