Skip to content

Commit

Permalink
YearLine width
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorAguero committed Apr 16, 2024
1 parent 36e3b0f commit ad8de91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/parades/widgets/parade_item_year_line.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ParadeItemYearLine extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SizedBox(
width: 32,
width: 40,
height: double.infinity,
child: Column(
children: [
Expand Down

0 comments on commit ad8de91

Please sign in to comment.