Browse Source

Remove bottom border for item

vishnukvmd 2 years ago
parent
commit
c5455f0d17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/ui/sharing/share_collection_page.dart

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

@@ -153,6 +153,7 @@ class _ShareCollectionPageState extends State<ShareCollectionPage> {
                 shareText(url);
               },
               isTopBorderRadiusRemoved: true,
+              isBottomBorderRadiusRemoved: true,
             ),
           ],
         );