1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Merge pull request #1442 from turt2live/travis/no_grey

Don't suggest grey as a color scheme for a room
This commit is contained in:
Matthew Hodgson
2017-10-14 23:41:32 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ const ROOM_COLORS = [
["#dad658", "#f5f4ea"], ["#dad658", "#f5f4ea"],
["#80c553", "#eef5ea"], ["#80c553", "#eef5ea"],
["#bb814e", "#eee8e3"], ["#bb814e", "#eee8e3"],
["#595959", "#ececec"], //["#595959", "#ececec"], // Grey makes everything appear disabled, so remove it for now
]; ];
module.exports = React.createClass({ module.exports = React.createClass({