From ce69e052b702d6098e2785f583c034872fd5c636 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 13 Dec 2024 12:36:00 -0600 Subject: Allow non-graph emoji to inherit parent color (#7096) --- src/alf/typography.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/alf/typography.tsx b/src/alf/typography.tsx index 1b1e81bd4..4f6947e0e 100644 --- a/src/alf/typography.tsx +++ b/src/alf/typography.tsx @@ -110,9 +110,7 @@ export function renderChildrenWithEmoji( return child.split(EMOJI).map((stringPart, index) => [ stringPart, emojis[index] ? ( - + {emojis[index]} ) : null, -- cgit 1.4.1