diff --git a/src/components/editors/ThresholdsEditor.tsx b/src/components/editors/ThresholdsEditor.tsx index 358a3e2..f31df00 100644 --- a/src/components/editors/ThresholdsEditor.tsx +++ b/src/components/editors/ThresholdsEditor.tsx @@ -78,7 +78,7 @@ export function ThresholdsEditor({ onChange, value, context }: StandardEditorPro onFieldChange('defaultColor', val)} - enableNamedColors={true} + enableNamedColors={false} /> @@ -88,7 +88,7 @@ export function ThresholdsEditor({ onChange, value, context }: StandardEditorPro onFieldChange('arcBackground', val)} - enableNamedColors={true} + enableNamedColors={false} /> @@ -122,7 +122,7 @@ export function ThresholdsEditor({ onChange, value, context }: StandardEditorPro onThresholdFieldChange(thresholdIdx, 'color', newVal)} - enableNamedColors={true} + enableNamedColors={false} />