diff --git a/lib/ui/components/menu_item_widget.dart b/lib/ui/components/menu_item_widget.dart index c2f6ad85c234d8462c373abaca0d47cdc2a03ece..71b8637d2ad234f60cf42467f8d527494c858204 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 fe2681c0226b0a032f833ec6cbbcd53db8ff783c..d270dd1e52afa65d84866b415624f429039f930d 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(