Merge branch 'new_design_sikander' into development_new_design_2.0

merge-update-with-lab-changes
Sikander Saleem 4 years ago
commit 455f65a5e5

@ -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