RocketCommunicationsInc / astro

Astro UXDS is a collection of guidelines, patterns and components for designing space-based user interface applications.
https://astrouxds.com
Other
108 stars 25 forks source link

Textarea component scrollbar is inconsistent with design #986

Closed thdoan closed 1 year ago

thdoan commented 1 year ago

Describe the bug The Textarea component's scrollbar doesn't have the same style as scrollbars in other components.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://astro-components.netlify.app/?path=/story/forms-textarea--default-story
  2. Press Enter inside the textarea field until you see a scrollbar
  3. See issue

Current behavior The Textarea's scrollbar looks like a native browser scrollbar (unstyled).

Expected behavior The scrollbar should have the same style as seen in other components, like the one in the screenshot below.

Screenshots image

Environment (please complete the following information):

kiley-mitti commented 1 year ago

Hi @thdoan, thanks so much for pointing this out! We've added the proper styling for textarea scrollbars, bringing them inline with Astro styling. These changes will be available in our next patch release Thursday, Dec. 22nd.