Skip to content

Commit

Permalink
Merge pull request #1252 from thunderstore-io/10-31-fix_textinput_pla…
Browse files Browse the repository at this point in the history
…ceholder_color_variable_typo

Fix TextInput placeholder color variable typo
  • Loading branch information
Oksamies authored Oct 31, 2024
2 parents fb7f0e2 + ecf04f4 commit 4f3509a
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 4f3509a

Please sign in to comment.