Skip to content

Commit

Permalink
Fixes #202 - Add higher priority to Snackbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Dec 21, 2019
1 parent 8bea91a commit 0398f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SnackbarItem/SnackbarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ SnackbarItem.propTypes = {
onEntered: PropTypes.func.isRequired,
};

export default withStyles(styles)(SnackbarItem);
export default withStyles(styles, { index: 1 })(SnackbarItem);

0 comments on commit 0398f25

Please sign in to comment.