rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.26k stars 175 forks source link

CSS --multiItemColor prop missing to style the text color of multi item cards #449

Closed adrisanchu closed 1 year ago

adrisanchu commented 1 year ago

I have tried to change the text color of a multi item on dark theme, but I couldn't find any prop that did the job. I think the easiest way to do will be to add the following CSS variable on MultiSelection.svelte

.multiSelectItem_label { color: var(--multiItemColor, black); }

rob-balfre commented 1 year ago

Added in v5.0.0-beta.20

https://svelte.dev/repl/408a2d56f08f4829a848d1af173d68be?version=3.50.1