mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-10 20:01:09 +01:00
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
@ -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…
x
Reference in New Issue
Block a user