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