Skip to content

Commit

Permalink
fix: bug in the component card
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Oct 5, 2024
1 parent 3f06ea9 commit dd02d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/lib/src/widget/components/component_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ class ComponentCard extends StatelessWidget {
child: ClipRect(
child: Padding(
padding: const EdgeInsets.all(16),
child: correctChild,
child: Center(
child: correctChild,
),
),
),
),
Expand Down

0 comments on commit dd02d11

Please sign in to comment.