Skip to content

Commit

Permalink
Feat(web): Update focus shadow token in Radio
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Nov 12, 2024
1 parent 09fc3ad commit 799bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scss/components/Radio/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $input-background-color: form-fields-theme.$inline-field-input-background-color-
$input-background-color-state-disabled: form-fields-theme.$input-color-state-disabled;
$input-transition-duration: transitions.$duration-100;
$input-transition-timing: transitions.$timing-eased-in-out;
$input-focus-shadow: tokens.$focus;
$input-focus-shadow: tokens.$focus-ring;

0 comments on commit 799bf51

Please sign in to comment.