PLT-5659 removed right padding for text inputBox (#312)
This commit is contained in:
parent
8ae59996a5
commit
9969ac52f2
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ export const GlobalStyles = StyleSheet.create({
|
|||
borderWidth: 1,
|
||||
marginTop: 5,
|
||||
marginBottom: 5,
|
||||
padding: 15,
|
||||
paddingLeft: 10,
|
||||
alignSelf: 'stretch',
|
||||
borderRadius: 3
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue