From 564fa3f7ba42824dc03b04f263d354f16e6f07fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Mon, 27 Oct 2025 16:45:12 +0000 Subject: [PATCH] fix(select): update to the expected color --- core/src/components/select/select.ionic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/select/select.ionic.scss b/core/src/components/select/select.ionic.scss index 1cef7e06e3..e132dac641 100644 --- a/core/src/components/select/select.ionic.scss +++ b/core/src/components/select/select.ionic.scss @@ -37,6 +37,7 @@ } .select-text { + color: globals.$ion-primitives-neutral-800; min-width: globals.$ion-space-400; }