diff --git a/packages/grafana-ui/src/components/InlineToast/InlineToast.tsx b/packages/grafana-ui/src/components/InlineToast/InlineToast.tsx index 6003f2f2093..efbda8b8390 100644 --- a/packages/grafana-ui/src/components/InlineToast/InlineToast.tsx +++ b/packages/grafana-ui/src/components/InlineToast/InlineToast.tsx @@ -63,7 +63,7 @@ const getStyles = (theme: GrafanaTheme2) => { background: theme.components.tooltip.background, color: theme.components.tooltip.text, padding: theme.spacing(0.5, 1.5), // get's an extra .5 of vertical padding to account for the rounded corners - borderRadius: theme.shape.radius.circle, + borderRadius: theme.shape.radius.pill, display: 'inline-flex', gap: theme.spacing(0.5), alignItems: 'center',