mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RadioButtonGroup: Change background to background.primary (#33678)
This commit is contained in:
parent
a62bfba63b
commit
ab872612ce
@ -57,7 +57,7 @@ const getRadioButtonStyles = stylesFactory((theme: GrafanaTheme2, size: RadioBut
|
||||
|
||||
const textColor = theme.colors.text.secondary;
|
||||
const textColorHover = theme.colors.text.primary;
|
||||
const bg = theme.components.input.background;
|
||||
const bg = theme.colors.background.primary;
|
||||
// remove the group inner padding (set on RadioButtonGroup)
|
||||
const labelHeight = height * theme.spacing.gridSize - 4 - 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user