feat(mobile): add labels to app bar buttons (#7865)

This commit is contained in:
Ben Basten
2024-03-12 15:12:11 +00:00
committed by GitHub
parent 7489db9481
commit 727a8cd715
3 changed files with 8 additions and 2 deletions
@@ -212,9 +212,10 @@ class SharingPage extends HookConsumerWidget {
return InkWell(
onTap: () => context.pushRoute(const PartnerRoute()),
borderRadius: const BorderRadius.all(Radius.circular(12)),
child: const Icon(
child: Icon(
Icons.swap_horizontal_circle_rounded,
size: 25,
semanticLabel: 'partner_page_title'.tr(),
),
);
}