Skip to content

Commit

Permalink
Share card tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 5, 2024
1 parent 1a1ad23 commit a814067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/receive/share_card.dart
Expand Up @@ -24,7 +24,7 @@ class _AppShareCardState extends State<AppShareCard> {
@override
Widget build(BuildContext context) {
double addressTextSize = 9.8;
double addressLineHeight = 1.3;
double addressLineHeight = 1.2;
return RepaintBoundary(
key: globalKey,
child: Container(
Expand Down

0 comments on commit a814067

Please sign in to comment.