fix(select): added missing background color to solid fill

This commit is contained in:
José Rio
2025-10-27 16:45:54 +00:00
parent 564fa3f7ba
commit 4f299443c1

View File

@@ -227,6 +227,12 @@
// States
// ----------------------------------------------------------------
// Fill types
// ----------------------------------------------------------------
:host(.select-fill-solid) {
--background: #{globals.$ion-primitives-neutral-200};
}
// Disabled
// ---------------------------------------------