diff --git a/public/app/features/panel/components/VizTypePicker/VisualizationPreview.tsx b/public/app/features/panel/components/VizTypePicker/VisualizationPreview.tsx index ce1c749cf8d..96beaa1f212 100644 --- a/public/app/features/panel/components/VizTypePicker/VisualizationPreview.tsx +++ b/public/app/features/panel/components/VizTypePicker/VisualizationPreview.tsx @@ -34,9 +34,15 @@ export function VisualizationPreview({ data, suggestion, onChange, width, showTi } return ( -
+
{showTitle &&
{suggestion.name}
} -
+
+
); } @@ -68,6 +74,7 @@ const getStyles = (theme: GrafanaTheme2) => { }), vizBox: css` position: relative; + background: none; border-radius: ${theme.shape.borderRadius(1)}; cursor: pointer; border: 1px solid ${theme.colors.border.strong};