Skip to content

Commit 4f29944

Browse files
committed
fix(select): added missing background color to solid fill
1 parent 564fa3f commit 4f29944

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/components/select/select.ionic.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@
227227
// States
228228
// ----------------------------------------------------------------
229229

230+
// Fill types
231+
// ----------------------------------------------------------------
232+
:host(.select-fill-solid) {
233+
--background: #{globals.$ion-primitives-neutral-200};
234+
}
235+
230236
// Disabled
231237
// ---------------------------------------------
232238

0 commit comments

Comments
 (0)