1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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