mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 11:04:58 +00:00
[fix] remove default 'input' border-radius
This commit is contained in:
@@ -255,6 +255,7 @@ const styles = StyleSheet.create({
|
|||||||
input: {
|
input: {
|
||||||
appearance: 'none',
|
appearance: 'none',
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
|
borderRadius: 0,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
|
|||||||
Reference in New Issue
Block a user