diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/page_home.dart | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/page_home.dart b/lib/page_home.dart index 1e9a213..b985570 100644 --- a/lib/page_home.dart +++ b/lib/page_home.dart @@ -69,14 +69,13 @@ class _HomePageEntry extends StatelessWidget { padding: const EdgeInsets.symmetric(vertical: 8.0), child: Column( children: [ - ElevatedButton( + OutlinedButton( style: ElevatedButton.styleFrom( shape: CircleBorder(), padding: EdgeInsets.all(sizeHelper.largePadding), - primary: Colors.lightBlue.shade800, side: BorderSide( width: sizeHelper.defaultBorder, - color: Colors.lightBlue.shade200), + color: Colors.lightBlue.shade100), ), onPressed: onPressed, child: Icon( |