Skip to content

Commit ebf1584

Browse files
committed
fix: Change MoonRunningChart return type from Container to Padding for improved layout
1 parent 9322390 commit ebf1584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/devices/borneo/lyfi/views/widgets/moon_running_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MoonRunningChart extends StatelessWidget {
1212

1313
@override
1414
Widget build(BuildContext context) {
15-
return Container(
15+
return Padding(
1616
padding: const EdgeInsets.fromLTRB(16, 24, 16, 0),
1717
child: LyfiTimeLineChart(
1818
lineBarsData: buildLineData(kLyfiBrightnessMax.toDouble()),

0 commit comments

Comments
 (0)