From 91e6102df008cba3a53243828b0945b8965742a9 Mon Sep 17 00:00:00 2001 From: JvnSlv Date: Fri, 9 Aug 2024 11:14:57 +0200 Subject: [PATCH] Remove container from example --- packages/widget_toolkit/example/lib/main.dart | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/widget_toolkit/example/lib/main.dart b/packages/widget_toolkit/example/lib/main.dart index 47b7ee14..5f4eedc9 100644 --- a/packages/widget_toolkit/example/lib/main.dart +++ b/packages/widget_toolkit/example/lib/main.dart @@ -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: () {},