TF-1014: change limit parameter

This commit is contained in:
ManhNTX
2022-11-10 15:09:39 +07:00
committed by Dat H. Pham
parent 181915f071
commit d5d8921af2
3 changed files with 27 additions and 31 deletions
@@ -46,7 +46,7 @@ class QuotasFooterWidget extends GetWidget<QuotasController> {
controller.quotasState.value.getQuotasFooterText(
context,
controller.usedCapacity.value,
controller.softLimitCapacity.value,
controller.limitCapacity.value,
),
style: TextStyle(
fontSize: 13,