From 62019663605cc6a52a32c58432358bd831a3f8f5 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Thu, 1 Jun 2023 18:02:49 +0200 Subject: [PATCH] fix floating color --- lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index f318078..cd6b646 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -142,7 +142,6 @@ class _MainPageState extends State { ), floatingActionButton: FloatingActionButton( onPressed: _pickFile, - backgroundColor: Colors.blue, child: const Icon(Icons.add), ), );