Skip to content

Commit 77e70d8

Browse files
committed
fix account share page spacing overflow
1 parent 712bbd6 commit 77e70d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/lib/page/profile/contacts/account_share_page.dart

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ class _AccountSharePageState extends State<AccountSharePage> {
7474
textAlign: TextAlign.center,
7575
),
7676
const Spacer(),
77-
Text(
78-
l10n.shareLinkHint,
79-
textAlign: TextAlign.center,
80-
style: context.bodyMedium.copyWith(color: AppColors.encointerGrey),
81-
),
8277
const SizedBox(height: 8),
8378
ElevatedButton(
8479
style: ElevatedButton.styleFrom(padding: const EdgeInsets.symmetric(vertical: 16)),

0 commit comments

Comments
 (0)