We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f7dd0 commit b38168aCopy full SHA for b38168a
lib/screens/tunnel_list_screen.dart
@@ -382,8 +382,12 @@ class _TunnelListScreenState extends State<TunnelListScreen>
382
children: [
383
ElevatedButton.icon(
384
onPressed: _addTunnel,
385
- icon: const Icon(Icons.add),
+ icon: const Icon(Icons.add_circle),
386
label: const Text('Add Tunnel'),
387
+ style: ElevatedButton.styleFrom(
388
+ backgroundColor: Colors.indigo.shade600,
389
+ foregroundColor: Colors.white,
390
+ ),
391
),
392
const SizedBox(width: 12),
393
0 commit comments