aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Erias <felipeerias@igalia.com>2021-12-03 16:35:04 +0900
committerFelipe Erias <felipeerias@igalia.com>2021-12-03 16:35:04 +0900
commit192c6bba84159eccdcf3300115a40c9a001304ad (patch)
treec8d903c2590147c262a802302c9fa87a1be87b15
parent283f915354dcc81410b30534c1eda063d0e78888 (diff)
Home page style
-rw-r--r--lib/page_home.dart5
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(