Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -555,7 +555,7 @@ class _MetricTile extends StatelessWidget { | @@ -555,7 +555,7 @@ class _MetricTile extends StatelessWidget { | ||
| 555 | Widget build(BuildContext context) { | 555 | Widget build(BuildContext context) { |
| 556 | return Container( | 556 | return Container( |
| 557 | height: 60, | 557 | height: 60, |
| 558 | - padding: const EdgeInsets.fromLTRB(16, 10, 16, 10), | 558 | + padding: const EdgeInsets.fromLTRB(16, 10, 10, 10), |
| 559 | decoration: BoxDecoration( | 559 | decoration: BoxDecoration( |
| 560 | color: const Color(0xFFFFFFFF), | 560 | color: const Color(0xFFFFFFFF), |
| 561 | border: Border.all(color: const Color(0xFFF3F3F3)), | 561 | border: Border.all(color: const Color(0xFFF3F3F3)), |
-
Please register or login to post a comment