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

Textarea component loses borders under certain conditions #1609

Closed
brandongregoryscott opened this issue Feb 4, 2023 · 0 comments · Fixed by #1610
Closed

Textarea component loses borders under certain conditions #1609

brandongregoryscott opened this issue Feb 4, 2023 · 0 comments · Fixed by #1610
Assignees
Labels

Comments

@brandongregoryscott
Copy link
Contributor

brandongregoryscott commented Feb 4, 2023

Similar to #1581, after https://github.com/segmentio/evergreen/releases/tag/v7.1.0 we noticed the Textarea component can lose its borders in certain conditions. One way to reproduce is:

  1. Open https://evergreen-storybook.netlify.app/?path=/story/file-uploader--fileuploader
  2. Click the Textarea story

image

Note that just opening https://evergreen-storybook.netlify.app/?path=/story/textarea--overview or hard-refreshing solves the issue. We should remove the border: none that's also in its internal styles...

const internalStyles = {
border: 'none',

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

Successfully merging a pull request may close this issue.

1 participant