diff --git a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx index 4c6171e8e73..50112dfef16 100644 --- a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx +++ b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx @@ -115,7 +115,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;