|
...
|
...
|
@@ -555,7 +555,7 @@ class _MetricTile extends StatelessWidget { |
|
|
|
Widget build(BuildContext context) {
|
|
|
|
return Container(
|
|
|
|
height: 60,
|
|
|
|
padding: const EdgeInsets.fromLTRB(16, 10, 16, 10),
|
|
|
|
padding: const EdgeInsets.fromLTRB(16, 10, 10, 10),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
color: const Color(0xFFFFFFFF),
|
|
|
|
border: Border.all(color: const Color(0xFFF3F3F3)),
|
...
|
...
|
|