TF-933 Border color mailbox name on app bar thread view

This commit is contained in:
dab246
2022-09-16 03:32:58 +07:00
committed by Dat H. Pham
parent 038d595538
commit 1ce3352a8f
5 changed files with 259 additions and 294 deletions
@@ -72,7 +72,7 @@ extension AppColor on Color {
static const colorContentEmail = Color(0xFF6D7885);
static const colorTextButton = Color(0xFF007AFF);
static const colorHintSearchBar = Color(0xFF818C99);
static const colorBgSearchBar = Color(0xFFEBEDF0);
static const colorBgSearchBar = Color(0x99EBEDF0);
static const colorShadowBgContentEmail = Color(0x14000000);
static const colorDividerMailbox = Color(0xFF99A2AD);
static const colorCollapseMailbox = Color(0xFFB8C1CC);