From a4121d80e95b3ef13612877c8af3ae7c4a9c299c Mon Sep 17 00:00:00 2001 From: "bernardo.cardoso" Date: Wed, 11 Dec 2024 10:42:50 +0000 Subject: [PATCH] fixed checkbox invalid --- core/src/components/checkbox/checkbox.ionic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/checkbox/checkbox.ionic.scss b/core/src/components/checkbox/checkbox.ionic.scss index 55841219326..f7ceb6eea28 100644 --- a/core/src/components/checkbox/checkbox.ionic.scss +++ b/core/src/components/checkbox/checkbox.ionic.scss @@ -380,7 +380,7 @@ input { // -------------------------------------------------- // Only show the focus ring when the checkbox is focused and not disabled :host(.ion-focused:not(.checkbox-disabled)) .native-wrapper { - @include globals.focused-state(); + @include globals.focused-state(var(--focus-ring-width), globals.$ion-border-style-solid, var(--focus-ring-color)); } // Checkbox: Active