TF-3410 Synchronize all color for app
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -12,7 +12,7 @@ class QuotasBannerStyles {
|
||||
static const double space = 4;
|
||||
static const double borderRadius = 12;
|
||||
|
||||
static const Color messageTextColor = AppColor.colorLabelQuotas;
|
||||
static const Color messageTextColor = AppColor.steelGray400;
|
||||
|
||||
static const FontWeight titleFontWeight = FontWeight.w700;
|
||||
static const FontWeight messageFontWeight = FontWeight.w400;
|
||||
|
||||
@@ -15,7 +15,7 @@ class QuotasViewStyles {
|
||||
static const double progressStateTextSize = 13;
|
||||
static const double topLineSize = 1;
|
||||
|
||||
static const Color labelTextColor = AppColor.colorLabelQuotas;
|
||||
static const Color labelTextColor = AppColor.steelGray400;
|
||||
static const Color webBackgroundColor = AppColor.colorBgDesktop;
|
||||
static const Color mobileBackgroundColor = Colors.white;
|
||||
static const Color progressBarBackgroundColor = AppColor.colorDivider;
|
||||
|
||||
Reference in New Issue
Block a user