From 4f299443c165dfddcdbfec83f0dc5f1da4d4b9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Mon, 27 Oct 2025 16:45:54 +0000 Subject: [PATCH] fix(select): added missing background color to solid fill --- core/src/components/select/select.ionic.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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 // ---------------------------------------------