Skip to content

Commit 788104d

Browse files
committed
changed null color to red
1 parent 7f628b3 commit 788104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/ComponentMap/ToolTipDataDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ToolTipDataDisplay = ({ containerName, dataObj }) => {
3030
base0B: '#14b8a6', // Teal for strings
3131
base0D: '#60a5fa', // Blue for keys
3232
base09: '#f59e0b', // Orange for numbers
33-
base0C: '#06b6d4', // Cyan for nulls
33+
base0C: '#EF4444', // red for nulls
3434
}}
3535
hideRoot
3636
shouldExpandNode={() => true}

0 commit comments

Comments
 (0)