diff --git a/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx b/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx index 1fc51fb350c..aa3e83c34a0 100644 --- a/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx +++ b/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx @@ -113,6 +113,7 @@ RadioButtonGroup.displayName = 'RadioButtonGroup'; const getStyles = (theme: GrafanaTheme2) => { return { radioGroup: css({ + backgroundColor: theme.colors.background.primary, display: 'inline-flex', flexDirection: 'row', flexWrap: 'nowrap',