|
|
@@ -259,7 +259,7 @@ class PersonalRankPage extends StatelessWidget {
|
|
|
verticalDivider(),
|
|
|
Expanded(
|
|
|
child: Container(
|
|
|
- margin: EdgeInsets.only(left: 8, right: 8),
|
|
|
+ margin: const EdgeInsets.only(left: 8, right: 8),
|
|
|
alignment: Alignment.center,
|
|
|
height: 18,
|
|
|
decoration: BoxDecoration(color: data.pace.color, borderRadius: BorderRadius.circular(9)),
|