TF-3410 Update color of quotas view

This commit is contained in:
dab246
2025-01-08 19:39:47 +07:00
committed by Dat H. Pham
parent 67ebd137a8
commit eb3b59542a
3 changed files with 4 additions and 1 deletions
@@ -65,7 +65,7 @@ extension QuotasExtensions on Quota {
} else if (isWarnLimitReached) {
return AppColor.colorBackgroundQuotasWarning;
} else {
return AppColor.primaryColor;
return AppColor.blue400;
}
}