Skip to content

Commit a2438f2

Browse files
Adam Fiskclaude
authored andcommitted
share: nudge heart-to-text gap from 10 → 14 px
The pill's static heart was sitting a touch close to the "H" in "Helping a new person in <country>". 4 px is the smallest visibly noticeable nudge — large enough to ease the crowding without making the pill feel padded. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dca50d2 commit a2438f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/features/share_my_connection/share_my_connection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ class _ArrivalCard extends StatelessWidget {
11381138
],
11391139
),
11401140
),
1141-
const SizedBox(width: 10),
1141+
const SizedBox(width: 14),
11421142
// unbounded.lantern.io renders just `heart + text`, no flag
11431143
// emoji — matching that exactly so the pill width stays in
11441144
// bounds and the layout reads cleanly. flagEmoji is still

0 commit comments

Comments
 (0)