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

how to ovewrite skin props? #67

Open
imknight opened this issue May 19, 2022 · 1 comment
Open

how to ovewrite skin props? #67

imknight opened this issue May 19, 2022 · 1 comment

Comments

@imknight
Copy link

I apply the clean skin but thinking to remove the input shadow, using the shadow={false} doesn't work

@agostinhodev
Copy link

Same problem here.
Unhappy this property doesn't work.

You must use shadowOpacity as a prop of your style.
Ex.:

 <InputSpinner
      ...
       style={{
          shadowOpacity: 0,
      }}
/>

The result will looks like:

Screen Shot 2022-09-19 at 11 59 30

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

2 participants