Skip to content

Commit

Permalink
Remove container from example
Browse files Browse the repository at this point in the history
  • Loading branch information
JvnSlv committed Aug 9, 2024
1 parent d0c3ffb commit 91e6102
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/widget_toolkit/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,10 @@ class CommonComponentsPage extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Container(
color: Colors.white,
child: SmallButton(
onPressed: () {},
type: SmallButtonType.icon,
icon: Icons.home_work_outlined,
),
SmallButton(
onPressed: () {},
type: SmallButtonType.icon,
icon: Icons.home_work_outlined,
),
SmallButton(
onPressed: () {},
Expand Down

0 comments on commit 91e6102

Please sign in to comment.