Bugifx: 'background-color' in react should be 'backgroundColor'

This commit is contained in:
wmwragg 2016-08-11 17:34:05 +01:00
parent 7713f0d587
commit 434115ccda

View file

@ -108,7 +108,7 @@ module.exports = {
} }
if (props.menuColour) { if (props.menuColour) {
menuStyle["background-color"] = props.menuColour; menuStyle["backgroundColor"] = props.menuColour;
} }
// FIXME: If a menu uses getDefaultProps it clobbers the onFinished // FIXME: If a menu uses getDefaultProps it clobbers the onFinished