diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-12-03 16:35:04 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-12-03 16:35:04 +0900 |
commit | 192c6bba84159eccdcf3300115a40c9a001304ad (patch) | |
tree | c8d903c2590147c262a802302c9fa87a1be87b15 /lib | |
parent | 283f915354dcc81410b30534c1eda063d0e78888 (diff) |
Home page style
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( |