From b4cbfe8f0874889a19bb5595f9c3a5250331f291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Sat, 10 Feb 2024 14:59:33 +0100 Subject: [PATCH] fix: unify FAB style --- lib/views/home.dart | 3 +++ lib/views/recurring_view.dart | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/views/home.dart b/lib/views/home.dart index bbe60cd..6e43614 100644 --- a/lib/views/home.dart +++ b/lib/views/home.dart @@ -92,6 +92,9 @@ class _HomeViewState extends State { child: Scaffold( drawer: makeDrawer(context, 1), floatingActionButton: SpeedDial( + shape: const RoundedRectangleBorder( + borderRadius: BorderRadius.all(Radius.circular(16)), + ), icon: Icons.add, activeIcon: Icons.close, children: [ diff --git a/lib/views/recurring_view.dart b/lib/views/recurring_view.dart index 304cf3a..c98ef8d 100644 --- a/lib/views/recurring_view.dart +++ b/lib/views/recurring_view.dart @@ -125,7 +125,6 @@ class _RecurringEntriesViewState extends State { ], ), floatingActionButton: FloatingActionButton( - shape: const CircleBorder(), child: const Icon(Icons.add), onPressed: () { Navigator.of(context).push(