diff --git a/packages/grafana-ui/src/components/ColorPicker/ColorPickerInput.tsx b/packages/grafana-ui/src/components/ColorPicker/ColorPickerInput.tsx index 6e87286251c..47742427eef 100644 --- a/packages/grafana-ui/src/components/ColorPicker/ColorPickerInput.tsx +++ b/packages/grafana-ui/src/components/ColorPicker/ColorPickerInput.tsx @@ -51,7 +51,7 @@ export const ColorPickerInput = forwardRef setIsOpen(false)}>
- {isOpen && ( + {isOpen && !inputProps.disabled && (