callstack / callstack/react-native-paper

there is a white color line behind the label

Open
#4,286 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
14.5k
Forks
2.2k
Avg merge
5d 23h
Merged PRs (30d)
12

Description

there is a white line behind the label
react-native-paper-5.12.1
my code is
` 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)
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.