File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/modules/datasets/dataset/schema Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,13 @@ export function InteractiveJsonViewer({
6464 collapsed = { 2 }
6565 style = {
6666 {
67- color : 'white' ,
68- '--w-rjv-quotes-string-color' : '#ffc480' , // Override string color to light gray
67+ color : 'var(--color-foreground)' ,
68+ '--w-rjv-key-string' : 'var(--color-foreground)' , // Override key color to light gray
69+ '--w-rjv-line-color' : 'var(--color-foreground)' ,
70+ '--w-rjv-quotes-string-color' : 'var(--color-primary)' , // Override string color to light gray
71+ '--w-rjv-type-string-color' : 'var(--color-primary)' ,
6972 '--w-rjv-curlybraces-color' : '#728cff' , // Override curly braces color to light gray
7073 '--w-rjv-quotes-color' : '#728cff' , // Override quotes color to light gray
71- '--w-rjv-key-string' : 'white' , // Override key color to light gray
72- '--w-rjv-type-string-color' : '#ffc480' ,
7374 '--w-rjv-indent-width' : '24px' , // Increase indentation for nested keys
7475 } as React . CSSProperties
7576 }
You can’t perform that action at this time.
0 commit comments