svelte-material-ui
svelte-material-ui copied to clipboard
How to customize Chips?
It's quite hard for me finding out how to customize smui items.
I'd like to use Chips as a filter. It's working so far, I just want to style things differently. So how could I do that: instead of showing a check mark I just want to change the the background and the foreground color when a Chip is selected.
Can anyone show an example? Or is smui not the right library for such customizations?
I just added this style :global(.mdc-chip--selected){ background-color: orange !important; }