mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
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) {
|
||||
menuStyle["background-color"] = props.menuColour;
|
||||
menuStyle["backgroundColor"] = props.menuColour;
|
||||
}
|
||||
|
||||
// FIXME: If a menu uses getDefaultProps it clobbers the onFinished
|
||||
|
|
Loading…
Reference in a new issue