mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Add some padding to the chart
This commit is contained in:
@@ -141,7 +141,10 @@ class _DayLogWidgetState extends State<DayLogWidget> {
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
ExerciseLogChart(base, widget._date),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 15),
|
||||
child: ExerciseLogChart(base, widget._date),
|
||||
)
|
||||
],
|
||||
);
|
||||
}).toList()
|
||||
|
||||
Reference in New Issue
Block a user