From 18dd028197285b871ebbcc08aa2d492895da5025 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 5 Feb 2026 10:49:33 -0600 Subject: [PATCH] make placeholder text fainter --- src/view/com/composer/text-input/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 4cc11f5967..0ba2e958a6 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -224,7 +224,7 @@ export function TextInput({ onPaste={onPaste} onSelectionChange={onSelectionChange} placeholder={placeholder} - placeholderTextColor={t.atoms.text_contrast_medium.color} + placeholderTextColor={t.atoms.text_contrast_low.color} keyboardAppearance={theme.colorScheme} autoFocus={props.autoFocus !== undefined ? props.autoFocus : true} allowFontScaling