Bugifx: 'background-color' in react should be 'backgroundColor'
This commit is contained in:
parent
7713f0d587
commit
434115ccda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue