Ensure text composed via IME is visible (#10925)

(cherry picked from commit 255af85428)
This commit is contained in:
Eric Bailey
2026-06-16 14:44:28 -05:00
parent 6efebbd7cc
commit 7802a39086
+1 -1
View File
@@ -332,10 +332,10 @@ export function Composer({
contentPaddingStyle, contentPaddingStyle,
a.z_20, a.z_20,
{ {
color: 'transparent',
background: 'transparent', background: 'transparent',
}, },
web({ web({
color: 'transparent',
caretColor: textStyle.color ?? 'black', caretColor: textStyle.color ?? 'black',
overscrollBehavior: 'none', overscrollBehavior: 'none',
scrollbarWidth: 'thin', scrollbarWidth: 'thin',