For customization, this component provides CSS custom properties that can be overridden.

You can set custom properties in your layout via Layout Designer.

ix-multiselect {
--base__font-size: 14px;
}

This will also work if you need to target a subset of components with a specific class.

ix-multiselect.your-class {
--base__font-size: 14px;
}

Alternatively, you can set them inline directly on the element.

<ix-multiselect style="--base__font-size: 14px;"></ix-multiselect>

Index

Variables - Base

Variables - Extended