From b88b79054b43ffbbff9703de22b92b75d7efe736 Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Sun, 3 Nov 2024 00:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9B=BE=E6=A0=87=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/manage/env.dart | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/ui/manage/env.dart b/lib/ui/manage/env.dart index deae3cb..a93af7e 100644 --- a/lib/ui/manage/env.dart +++ b/lib/ui/manage/env.dart @@ -314,7 +314,10 @@ class _HomeScreenState extends State { }, ); }, - child: const Icon(Icons.add), + child: const Icon( + Icons.add, + color: Colors.white, + ), ), const SizedBox(height: 10), FloatingActionButton( @@ -370,7 +373,10 @@ class _HomeScreenState extends State { }, ); }, - child: const Icon(Icons.edit), + child: const Icon( + Icons.edit, + color: Colors.white, + ), ), ], ),