Skip to content

Commit

Permalink
[ONC-76] Exclude backgroundColor from forwardedProps for Box (#8168)
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra authored Apr 22, 2024
1 parent 29ec233 commit 164b322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const invalidProps = [
'ml',
'mr',
'mb',
'backgroundColor',
'border',
'borderTop',
'borderRight',
Expand Down

0 comments on commit 164b322

Please sign in to comment.