Skip to content

Commit c2a44f9

Browse files
authored
Update no-system-props.js
1 parent 59f382f commit c2a44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-system-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const excludedComponentProps = new Map([
1818
['ProgressBar', new Set(['bg'])],
1919
['Spinner', new Set(['size'])],
2020
['StyledOcticon', new Set(['size'])],
21-
['PointerBox', new Set(['sx'])],
21+
['PointerBox', new Set(['bg'])],
2222
])
2323

2424
const alwaysExcludedProps = new Set(['variant'])

0 commit comments

Comments
 (0)