From de009a46b07bd88de5d23d21a7af7b1df276e4d9 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 13 Dec 2024 11:36:52 -0600 Subject: [PATCH] Allow non-graph emoji to inherit parent color --- src/alf/typography.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/alf/typography.tsx b/src/alf/typography.tsx index 1b1e81bd4c..4f6947e0e6 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,