Skip to content

Commit

Permalink
Feat(web): Use correct focus shadow in Toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Oct 8, 2024
1 parent f0a24db commit e140578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $input-background-color-checked: var(--#{globals.$prefix}color-action-toggle-sel
$input-background-color-checked-hover: var(--#{globals.$prefix}color-action-toggle-selected-hover);
$input-background-color-disabled: var(--#{globals.$prefix}color-disabled-background);
$input-border-radius: global-tokens.$radius-400;
$input-focus-shadow: global-tokens.$focus;
$input-focus-shadow: global-tokens.$focus-ring;

$input-mark-size: 20px;
$input-mark-spacing: global-tokens.$space-100;
Expand Down

0 comments on commit e140578

Please sign in to comment.