RadioButtonGroup: Change background to background.primary (#33678)

This commit is contained in:
Torkel Ödegaard
2021-05-04 13:42:59 +02:00
committed by GitHub
parent a62bfba63b
commit ab872612ce

View File

@@ -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;