From e14e077ac68ba4235814adc1d109dc996696b4cd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 16 Jun 2026 14:16:10 -0500 Subject: [PATCH] Ensure text composed via IME is visible --- src/components/Composer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Composer/index.tsx b/src/components/Composer/index.tsx index b587d19eae..cf79abddf7 100644 --- a/src/components/Composer/index.tsx +++ b/src/components/Composer/index.tsx @@ -342,10 +342,10 @@ export function Composer({ contentPaddingStyle, a.z_20, { - color: 'transparent', background: 'transparent', }, web({ + color: 'transparent', caretColor: textStyle.color ?? 'black', overscrollBehavior: 'none', scrollbarWidth: 'thin',