-
Notifications
You must be signed in to change notification settings - Fork 832
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
FileUploader shadows TextInput's borders #1581
Comments
Edit: I'm actually seeing this behavior as far back as 6.9.0, so my original hunch around the ui-box issue doesn't seem to hold. Going to dig into how those selectors were setup originally. |
I put together a minimal reproduction sandbox using https://codesandbox.io/s/fileuploader-textinput-border-minimal-reproduction-g0hk6l?file=/src/App.tsx I believe we've had similar issues with the
In the short term, I think we can workaround this issue by using either separate border props for both of the theme objects, or by using the shorthand for both of these component's theme objects. Additionally, I'm not sure the 'default' border for the |
When both
<FileUploader>
and<TextInput>
present, TextInput's border would disappear.Reproduction link: https://codesandbox.io/s/evergreen-ui-shadow-input-border-vveww1
The text was updated successfully, but these errors were encountered: