浏览代码

Fix top radius for Add email button

vishnukvmd 2 年之前
父节点
当前提交
2e4dba3fe1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/ui/sharing/share_collection_page.dart

+ 1 - 0
lib/ui/sharing/share_collection_page.dart

@@ -76,6 +76,7 @@ class _ShareCollectionPageState extends State<ShareCollectionPage> {
         menuItemColor: getEnteColorScheme(context).fillFaint,
         pressedColor: getEnteColorScheme(context).fillFaint,
         borderRadius: 4.0,
+        isTopBorderRadiusRemoved: _sharees.isNotEmpty,
         onTap: () async {
           routeToPage(context, AddParticipantPage(widget.collection)).then(
             (value) => {