Skip to content

Commit

Permalink
fix(react): remove default prop for light on OverflowMenu (#11664)
Browse files Browse the repository at this point in the history
* fix(react): remove default prop for `light` on `OverflowMenu`

* test(react): update snapshots
  • Loading branch information
joshblack committed Jun 22, 2022
1 parent fb5b0a6 commit 30f7ebd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,6 @@ exports[`DataTable should render 1`] = `
flipped={true}
focusTrap={true}
iconDescription="Settings"
light={false}
menuOffset={[Function]}
menuOffsetFlip={[Function]}
onClick={[Function]}
Expand Down Expand Up @@ -3454,7 +3453,6 @@ exports[`DataTable sticky header should render 1`] = `
flipped={true}
focusTrap={true}
iconDescription="Settings"
light={false}
menuOffset={[Function]}
menuOffsetFlip={[Function]}
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ exports[`DataTable.TableToolbarMenu should render 1`] = `
flipped={true}
focusTrap={true}
iconDescription="Add"
light={false}
menuOffset={[Function]}
menuOffsetFlip={[Function]}
onClick={[Function]}
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/OverflowMenu/OverflowMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ class OverflowMenu extends Component {
onOpen: () => {},
menuOffset: getMenuOffset,
menuOffsetFlip: getMenuOffset,
light: false,
selectorPrimaryFocus: '[data-overflow-menu-primary-focus]',
};

Expand Down

0 comments on commit 30f7ebd

Please sign in to comment.