Skip to content

Commit b38168a

Browse files
committed
+hfix add button
1 parent a5f7dd0 commit b38168a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/screens/tunnel_list_screen.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,12 @@ class _TunnelListScreenState extends State<TunnelListScreen>
382382
children: [
383383
ElevatedButton.icon(
384384
onPressed: _addTunnel,
385-
icon: const Icon(Icons.add),
385+
icon: const Icon(Icons.add_circle),
386386
label: const Text('Add Tunnel'),
387+
style: ElevatedButton.styleFrom(
388+
backgroundColor: Colors.indigo.shade600,
389+
foregroundColor: Colors.white,
390+
),
387391
),
388392
const SizedBox(width: 12),
389393
ElevatedButton.icon(

0 commit comments

Comments
 (0)