mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RadioButtonGroup: Ensure background colour displays properly (#92665)
add background colour to RadioButtonGroup
This commit is contained in:
parent
6298825cf7
commit
d2ee4d1005
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user