TF-48 Setup database manager for local data

This commit is contained in:
dab246
2021-09-08 15:08:48 +07:00
committed by Dat H. Pham
parent 63702035c8
commit 18d0206c44
9 changed files with 201 additions and 3 deletions
@@ -52,4 +52,7 @@ extension AppColor on Color {
static const enableSendEmailButtonColor = Color(0xFF3840F7);
static const disableSendEmailButtonColor = Color(0xFFACAFFF);
static const borderLeftEmailContentColor = Color(0xFFEFEFEF);
static const toastBackgroundColor = Color(0xFFACAFFF);
static const toastSuccessBackgroundColor = Color(0xFF04AA11);
static const toastErrorBackgroundColor = Color(0xFFFF5858);
}