mirror of https://github.com/vector-im/riot-web
Bugifx: 'background-color' in react should be 'backgroundColor'
parent
7713f0d587
commit
434115ccda
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue