Yet more map tweaks

This commit is contained in:
Daniel Pupius
2025-04-30 13:10:40 -07:00
parent ae496ace52
commit b7359339d3
2 changed files with 9 additions and 92 deletions
+2 -2
View File
@@ -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",