Skip to content

Commit

Permalink
Make the input-filter text the --text-color.
Browse files Browse the repository at this point in the history
We might want to change this later but this seems like a pretty good
default.
  • Loading branch information
jachin committed Oct 9, 2023
1 parent 0d84450 commit 0d203f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/demo-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ much-select::part(input-filter) {
*/
height: 36px;
font-size: var(--value-font-size);
color: var(--text-color);
/* The min-width let's the input shrink down as far as it needs to.
The with width lets it grow as much as it can.
*/
Expand Down

0 comments on commit 0d203f4

Please sign in to comment.