diff --git a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx index 6c44e233141..0a93a70c8ce 100644 --- a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx +++ b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx @@ -116,7 +116,7 @@ const getStyles = (theme: GrafanaTheme2) => { background: ${theme.colors.action.selected}; `, disabled: css` - opacity: ${theme.colors.action.disabledOpacity}; + opacity: 0.6; filter: grayscale(1); cursor: default; pointer-events: none;