Skip to content

Commit 6fa9d8e

Browse files
Change green color
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 03c435b commit 6fa9d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NodesTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class NodesTable extends React.Component<NodesTableProps> {
8484
<TableCell component="th" scope="row">
8585
<Chip
8686
label={channel["connected"] ? "Online" : "Offine"}
87-
style={{ background: "#" + (channel["connected"] ? "c3e88d" : "f07178")}}
87+
style={{ background: "#" + (channel["connected"] ? "82ad44" : "f07178")}}
8888
/>
8989
{}
9090
</TableCell>

0 commit comments

Comments
 (0)