diff --git a/public/app/core/components/OptionsUI/color.tsx b/public/app/core/components/OptionsUI/color.tsx index 0ffc4e7b1aa..f4b561f4e20 100644 --- a/public/app/core/components/OptionsUI/color.tsx +++ b/public/app/core/components/OptionsUI/color.tsx @@ -81,6 +81,7 @@ const getStyles = (theme: GrafanaTheme2) => { cursor: 'pointer', color: theme.colors.text.primary, background: theme.components.input.background, + borderRadius: theme.shape.radius.default, padding: '3px', height: theme.v1.spacing.formInputHeight, border: `1px solid ${theme.components.input.borderColor}`, diff --git a/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx b/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx index ec6daa076a9..852775162ea 100644 --- a/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx +++ b/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx @@ -82,6 +82,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ flexWrap: 'wrap', alignItems: 'center', justifyContent: 'space-between', + borderRadius: theme.shape.radius.default, padding: theme.spacing(1), backgroundColor: theme.colors.background.secondary, width: '100%', diff --git a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx index f5f8a6856d1..8f16c675ede 100644 --- a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx @@ -63,7 +63,7 @@ const DashboardEmpty = ({ dashboard, canCreate }: Props) => {
- + @@ -90,7 +90,7 @@ const DashboardEmpty = ({ dashboard, canCreate }: Props) => { - + Import panel @@ -113,7 +113,7 @@ const DashboardEmpty = ({ dashboard, canCreate }: Props) => { - + Import a dashboard