Skip to content

Commit

Permalink
fixed checkbox invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOsodrac committed Dec 11, 2024
1 parent 7c452cc commit a4121d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/checkbox/checkbox.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4121d8

Please sign in to comment.