diff --git a/lib/ui/components/menu_item_widget.dart b/lib/ui/components/menu_item_widget.dart index c2f6ad85c..71b8637d2 100644 --- a/lib/ui/components/menu_item_widget.dart +++ b/lib/ui/components/menu_item_widget.dart @@ -54,7 +54,7 @@ class MenuItemWidget extends StatefulWidget { this.onDoubleTap, this.menuItemColor, this.alignCaptionedTextToLeft = false, - this.borderRadius = 4.0, + this.borderRadius = 8.0, this.pressedColor, this.expandableController, this.isBottomBorderRadiusRemoved = false, diff --git a/lib/ui/sharing/share_collection_page.dart b/lib/ui/sharing/share_collection_page.dart index fe2681c02..d270dd1e5 100644 --- a/lib/ui/sharing/share_collection_page.dart +++ b/lib/ui/sharing/share_collection_page.dart @@ -72,7 +72,6 @@ class _ShareCollectionPageState extends State { ), leadingIcon: Icons.add, menuItemColor: getEnteColorScheme(context).fillFaint, - borderRadius: 4.0, isTopBorderRadiusRemoved: _sharees.isNotEmpty, isBottomBorderRadiusRemoved: true, onTap: () async { @@ -101,8 +100,7 @@ class _ShareCollectionPageState extends State { ), leadingIcon: Icons.add, menuItemColor: getEnteColorScheme(context).fillFaint, - borderRadius: 4.0, - isTopBorderRadiusRemoved: _sharees.isNotEmpty, + isTopBorderRadiusRemoved: true, onTap: () async { routeToPage(context, AddParticipantPage(widget.collection, false)) .then(