Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Oct 24, 2024
1 parent a8651c5 commit fe80cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/pages/prices/prices_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class PricesHomePage extends StatelessWidget {
: trailingIconData == null
? null
: Padding(
padding: EdgeInsets.only(right: 12),
padding: const EdgeInsets.only(right: 12),
child: Icon(trailingIconData),
),
),
Expand Down

0 comments on commit fe80cc0

Please sign in to comment.