fix: title icon display (#14101)

fix #14073
This commit is contained in:
DarkSky
2025-12-14 01:00:01 +08:00
committed by GitHub
parent 844b9d9592
commit 4717886c9e
3 changed files with 7 additions and 0 deletions
@@ -20,6 +20,7 @@ export const EmojiButton = memo(function EmojiButton({
size={24}
style={{ padding: 4 }}
icon={<span>{emoji}</span>}
iconStyle={{ justifyContent: 'center' }}
onClick={handleClick}
/>
);