changed colors
parent
7053852725
commit
b7e02bb4fd
|
@ -11,15 +11,15 @@ const messageTypes = [
|
|||
"ERR"
|
||||
]
|
||||
const messageTypesColors = [
|
||||
"#ecf0f1",
|
||||
"#7f8c8d",
|
||||
"#1abc9c",
|
||||
"#e74c3c"
|
||||
]
|
||||
|
||||
const messageColors = [
|
||||
"#e74c3c",
|
||||
"#95a5a6",
|
||||
"#ecf0f1"
|
||||
"#7f8c8d",
|
||||
"#1abc9c",
|
||||
"#e74c3c"
|
||||
]
|
||||
|
||||
const serviceNames = [
|
||||
|
|
Loading…
Reference in New Issue