diff --git a/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte b/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte index 86c0ee451d..afb93eb1a4 100644 --- a/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte +++ b/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte @@ -206,14 +206,14 @@ @apply text-tertiary; } .val.string { - @apply text-primary; + @apply text-green-600 dark:text-green-400/80; } .val.number { - @apply text-primary; + @apply text-orange-600 dark:text-orange-400/90; @apply font-mono; } .val.boolean { - @apply text-primary; + @apply text-blue-600 dark:text-blue-400/90; }