Skip to content

Commit 3093848

Browse files
committed
Public map button: color and position
1 parent 4035b00 commit 3093848

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/pages/main/home_page.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class _HomePageState extends State<HomePage> {
9999
color: '407D9393',
100100
reportFunction: _createSiteReport
101101
),
102-
SizedBox(height: 30),
102+
SizedBox(height: 60),
103103
Material(
104104
elevation: 5.0,
105105
borderRadius: BorderRadius.circular(100),
@@ -128,7 +128,6 @@ class _HomePageState extends State<HomePage> {
128128
MyLocalizations.of(context, 'public_map_tab'),
129129
style: TextStyle(
130130
fontSize: 18,
131-
color: Colors.grey[600]
132131
),
133132
),
134133
),

0 commit comments

Comments
 (0)