Don't suggest grey as a color scheme for a room
Fixes https://github.com/vector-im/riot-web/issues/5045 Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
0a53630806
commit
0e2a1c90d5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var 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({
|
||||||
|
|
Loading…
Reference in a new issue