react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

there is a white color line behind the label

Open iasreact1 opened this issue 1 year ago • 4 comments

there is a white line behind the label react-native-paper-5.12.1 my code is <TextInput ref={firstInputRef} mode='outlined' label='Email' placeholder="[email protected]" placeholderTextColor={Colors.colorDeepGreen} selectionColor={Colors.colorDeepGreen} outlineColor={Colors.colorDark} returnKeyType="next" activeOutlineColor={Colors.colorDeepGreen} secureTextEntry={false} value={email} onChangeText={(value) => setEmail(value)} style={styles.inputTextSt} theme={{ colors: { onSurfaceVariant: Colors.colorDeepGreen } }} onSubmitEditing={() =>{ secondInputRef.current.focus(); }} /> ![textInput](https://github.com/callstack/react-native-paper/assets/118831987/6d560838-3825-4d68-b627-43bc5e63db14)

iasreact1 avatar Jan 19 '24 13:01 iasreact1

textInput

iasreact1 avatar Jan 19 '24 13:01 iasreact1

theme={{colors:{background:Colors.colorGreen}}} you can change the white line's color with the code. But it also changes the background color.

How did you change the background to transparent?

sieun0322 avatar Jan 30 '24 16:01 sieun0322