RadioButtonGroup: Ensure background colour displays properly (#92665)

add background colour to RadioButtonGroup
This commit is contained in:
Ashley Harrison
2024-08-29 15:16:04 +01:00
committed by GitHub
parent 6298825cf7
commit d2ee4d1005

View File

@@ -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',