We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c435b commit 6fa9d8eCopy full SHA for 6fa9d8e
components/NodesTable.tsx
@@ -84,7 +84,7 @@ class NodesTable extends React.Component<NodesTableProps> {
84
<TableCell component="th" scope="row">
85
<Chip
86
label={channel["connected"] ? "Online" : "Offine"}
87
- style={{ background: "#" + (channel["connected"] ? "c3e88d" : "f07178")}}
+ style={{ background: "#" + (channel["connected"] ? "82ad44" : "f07178")}}
88
/>
89
{}
90
</TableCell>
0 commit comments