Skip to content

Commit

Permalink
Feat(web): Use correct focus shadow in Radio
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Oct 1, 2024
1 parent daaf451 commit 7713e51
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-disabled: form-fields-theme.$input-color-disabled;
$input-transition-duration: transitions.$duration-100;
$input-transition-timing: transitions.$timing-eased-in-out;
$input-focus-shadow: global-tokens.$focus;
$input-focus-shadow: global-tokens.$focus-ring;

0 comments on commit 7713e51

Please sign in to comment.