fix floating color

This commit is contained in:
jusax23 2023-06-01 18:02:49 +02:00
parent 00a6470378
commit 6201966360
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -142,7 +142,6 @@ class _MainPageState extends State<MainPage> {
),
floatingActionButton: FloatingActionButton(
onPressed: _pickFile,
backgroundColor: Colors.blue,
child: const Icon(Icons.add),
),
);