enlarge emojis on emoji overlay

This commit is contained in:
Henry Hiles 2026-09-16 22:03:42 -04:00
commit 30b922d390
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -27,7 +27,10 @@ class const EmojiOverlay(
)
.map(
(emoji) => ListTile(
leading: emoji.widget,
leading: SizedBox.square(
dimension: 28,
child: FittedBox(child: emoji.widget),
),
title: Text(emoji.aliases.first),
subtitle: Text(emoji.description),
onTap: () => addTag(