svelte-select icon indicating copy to clipboard operation
svelte-select copied to clipboard

Some CSS variables are ignored

Open rogerfar opened this issue 1 year ago • 1 comments

It seems that some CSS variables are not honored, for example font-size: https://svelte.dev/repl/b771ec4253594153b649e9e6dc027ced?version=3.50.1

It's all the variables that are defined here: https://github.com/rob-balfre/svelte-select/blob/feature/v5/src/lib/Select.svelte#L869

This should probably be:

font-size: var(--font-size, 16px);

rogerfar avatar Sep 22 '22 20:09 rogerfar

@rogerfar thanks, good spot.

rob-balfre avatar Sep 23 '22 00:09 rob-balfre