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

pull/21833/head
wmwragg 2016-08-11 17:34:05 +01:00
parent 7713f0d587
commit 434115ccda
1 changed files with 1 additions and 1 deletions

View File

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