Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we increase padding between label and input text? #231

Open
NancyGarg opened this issue May 13, 2020 · 2 comments
Open

can we increase padding between label and input text? #231

NancyGarg opened this issue May 13, 2020 · 2 comments

Comments

@NancyGarg
Copy link

I wanted to add some space between text input and the label.Tried a few things,nothing worked.

@Fedejp
Copy link

Fedejp commented Jun 22, 2020

If i'm not wrong, you can achieve that by setting containerStyle = {{padding: 8}}, for example

@Sandhya-Deshmukh
Copy link

You can apply the style in dropdown component as <Dropdown
style={{ marginTop: 10 }}
label="Favorite Fruit"
data={data}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants