diff --git a/core/src/components/select/select.ionic.scss b/core/src/components/select/select.ionic.scss index e132dac641..50ea633df7 100644 --- a/core/src/components/select/select.ionic.scss +++ b/core/src/components/select/select.ionic.scss @@ -227,6 +227,12 @@ // States // ---------------------------------------------------------------- +// Fill types +// ---------------------------------------------------------------- +:host(.select-fill-solid) { + --background: #{globals.$ion-primitives-neutral-200}; +} + // Disabled // ---------------------------------------------