mirror of https://github.com/vector-im/riot-web
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>pull/21833/head
parent
0a53630806
commit
0e2a1c90d5
|
@ -34,7 +34,7 @@ var ROOM_COLORS = [
|
|||
["#dad658", "#f5f4ea"],
|
||||
["#80c553", "#eef5ea"],
|
||||
["#bb814e", "#eee8e3"],
|
||||
["#595959", "#ececec"],
|
||||
//["#595959", "#ececec"], // Grey makes everything appear disabled, so remove it for now
|
||||
];
|
||||
|
||||
module.exports = React.createClass({
|
||||
|
|
Loading…
Reference in New Issue