improvements.

merge-update-with-lab-changes
Sikander Saleem 4 years ago
parent 40c63ae53b
commit d2223da3c2

@ -92,10 +92,10 @@ class MyBalancePage extends StatelessWidget {
Text( Text(
double.parse(model.totalAdvanceBalanceAmount?.toString() ?? "0").toStringAsFixed(2), double.parse(model.totalAdvanceBalanceAmount?.toString() ?? "0").toStringAsFixed(2),
style: TextStyle( style: TextStyle(
fontSize: 28, fontSize: 24,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
letterSpacing: -3.2, letterSpacing: -1.44,
height: 40 / 35, height: 24 / 23,
color: Colors.white, color: Colors.white,
), ),
), ),

Loading…
Cancel
Save