react-burger-menu
Advanced tools
Comparing version 2.6.9 to 2.6.10
@@ -75,3 +75,3 @@ 'use strict'; | ||
var extraProps = { | ||
className: 'bm-cross', | ||
className: ('bm-cross ' + (this.props.customIcon.props.className || '')).trim(), | ||
style: _extends({ width: '100%', height: '100%' }, this.props.styles.bmCross) | ||
@@ -78,0 +78,0 @@ }; |
{ | ||
"name": "react-burger-menu", | ||
"version": "2.6.9", | ||
"version": "2.6.10", | ||
"description": "An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations", | ||
@@ -5,0 +5,0 @@ "main": "lib/BurgerMenu.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180210