can we increase padding between label and input text?
Opened this issue · 2 comments
NancyGarg commented
I wanted to add some space between text input and the label.Tried a few things,nothing worked.
Fedejp commented
If i'm not wrong, you can achieve that by setting containerStyle = {{padding: 8}}
, for example
Sandhya-Deshmukh commented
You can apply the style in dropdown component as <Dropdown
style={{ marginTop: 10 }}
label="Favorite Fruit"
data={data}
/>