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(