matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS
https://smeltejs.com/
MIT License
1.53k stars 114 forks source link

Fix TextField Underline color mismatch issue #260

Closed ianfabs closed 3 years ago

ianfabs commented 3 years ago

Fixed an issue causing the color of the underline to not change properly with the color attribute of TextField

I noticed an issue while working on a side project that the Underline does not have the color prop passed down to it from the TextField so I added that prop in.

matyunya commented 3 years ago

Thank you!