Skip to content

Commit

Permalink
Add spacing to comparison chips
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Nov 17, 2023
1 parent 4f6cdde commit eb194ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/widget/stats/stats_charts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class StatsCharts extends StatelessWidget {
const Text('Comparing with'),
const SizedBox(height: 8),
Wrap(
spacing: 8,
children: comparisons
.mapIndexed(
(index, e) => Chip(
Expand Down

0 comments on commit eb194ba

Please sign in to comment.