···177177 value={inputText}
178178 onChangeText={setInputText}
179179 placeholder={`Message #${record.channel.name}`}
180180- placeholderTextColor={semantic.border}
180180+ placeholderTextColor={semantic.textPlaceholder}
181181 onSubmitEditing={handleSend}
182182 // eslint-disable-next-line @typescript-eslint/no-deprecated -- can't get it working with the new prop.
183183 blurOnSubmit={false}