Skip to content

Commit

Permalink
更改图标颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
XTxiaoting14332 committed Nov 2, 2024
1 parent 60432d8 commit b88b790
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/ui/manage/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,10 @@ class _HomeScreenState extends State<EditEnv> {
},
);
},
child: const Icon(Icons.add),
child: const Icon(
Icons.add,
color: Colors.white,
),
),
const SizedBox(height: 10),
FloatingActionButton(
Expand Down Expand Up @@ -370,7 +373,10 @@ class _HomeScreenState extends State<EditEnv> {
},
);
},
child: const Icon(Icons.edit),
child: const Icon(
Icons.edit,
color: Colors.white,
),
),
],
),
Expand Down

0 comments on commit b88b790

Please sign in to comment.