Skip to content

Commit

Permalink
Fix TextInput placeholder color variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Oct 31, 2024
1 parent 2f884ad commit e745a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

.ts-textinput::placeholder {
--textinput__placeholder-color: var(--color-text--tertiary);
--textinput__placeholder-color: var(--color-text-tertiary);
--textinput__placeholder-opacity: 1;
}

Expand Down

0 comments on commit e745a8a

Please sign in to comment.