Skip to content

Commit

Permalink
Update TextField.svelte
Browse files Browse the repository at this point in the history
Fix an issue causing the color of the underline to not change properly with the color attribute of TextField
  • Loading branch information
ianfabs authored Aug 18, 2021
1 parent 7dcafaf commit bf99ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TextField/TextField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
{noUnderline}
{outlined}
{focused}
{error} />
{error}
{color} />

{#if showHint}
<Hint
Expand Down

0 comments on commit bf99ca5

Please sign in to comment.