mirror of
https://github.com/dpup/meshstream.git
synced 2026-08-11 03:02:54 +02:00
Yet more map tweaks
This commit is contained in:
@@ -29,7 +29,7 @@ export const TIME_THRESHOLDS = {
|
||||
|
||||
// Color schemes for different node types
|
||||
export const COLORS = {
|
||||
[NodeType.NODE]: {
|
||||
[NodeType.GATEWAY]: {
|
||||
[ActivityLevel.RECENT]: {
|
||||
fill: "#4ade80",
|
||||
stroke: "#22c55e",
|
||||
@@ -58,7 +58,7 @@ export const COLORS = {
|
||||
statusDot: "bg-neutral-500"
|
||||
},
|
||||
},
|
||||
[NodeType.GATEWAY]: {
|
||||
[NodeType.NODE]: {
|
||||
[ActivityLevel.RECENT]: {
|
||||
"fill": "#93c5fd",
|
||||
"stroke": "#60a5fa",
|
||||
|
||||
Reference in New Issue
Block a user