TF-3985 Change icons and style to be consistent with Twake drive storage

This commit is contained in:
dab246
2025-09-09 13:41:52 +07:00
committed by Dat H. Pham
parent 9671822f78
commit c3ee166c00
8 changed files with 60 additions and 12 deletions
@@ -9,7 +9,7 @@ class QuotasViewStyles {
static const double space = 8;
static const double progressBarHeight = 3;
static const double progressBarMaxWidth = 193;
static const double progressBarBorderRadius = 5;
static const Color progressBarBackgroundColor = AppColor.colorDivider;
static const Color topLineColor = AppColor.colorDividerHorizontal;
static const Color progressBarBackgroundColor = AppColor.steelGray80;
}