From fc39c00dab38f3aae12fd0158f5c70bcdb3dc642 Mon Sep 17 00:00:00 2001 From: BenOsodrac Date: Wed, 30 Apr 2025 13:16:40 +0100 Subject: [PATCH] fix modal color tokens --- core/src/components/modal/modal.ionic.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/modal/modal.ionic.scss b/core/src/components/modal/modal.ionic.scss index aa38be59e2d..80244c5ba68 100644 --- a/core/src/components/modal/modal.ionic.scss +++ b/core/src/components/modal/modal.ionic.scss @@ -5,12 +5,12 @@ // -------------------------------------------------- :host { - --background: #{globals.$ion-primitives-base-white}; + --background: #{globals.$ion-bg-surface-default}; --box-shadow: #{globals.$ion-elevation-3}; // Backdrop opacity is 1 because the backdrop's background color has an alpha value --backdrop-opacity: 1; - color: globals.$ion-primitives-neutral-1200; + color: globals.$ion-text-default; } // Shape