Skip to content

Commit

Permalink
Fix incorrect manual border migration from #10596
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-b-rose committed Sep 21, 2023
1 parent 9748b08 commit 282d4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polaris-react/src/components/Checkbox/Checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
width: 100%;
height: 100%;
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
@include focus-ring($border-width: var(--p-border-width-0165));
@include focus-ring($border-width: var(--p-border-width-050));

#{$se23} & {
/* stylelint-disable-next-line polaris/border/polaris/at-rule-disallowed-list -- se23 override */
Expand Down
2 changes: 1 addition & 1 deletion polaris-react/src/components/RadioButton/RadioButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}

// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
@include focus-ring($border-width: var(--p-border-width-0165));
@include focus-ring($border-width: var(--p-border-width-050));

&::after {
border-radius: var(--p-border-radius-full);
Expand Down

0 comments on commit 282d4a4

Please sign in to comment.