diff --git a/frontend/src/metabase/ui/components/inputs/Radio/Radio.styled.tsx b/frontend/src/metabase/ui/components/inputs/Radio/Radio.styled.tsx index 16b91dd32acf4bf9bcb6b1af874c69e00ea1e091..db8c4298a282701c27f4dfa4e99206b699847a32 100644 --- a/frontend/src/metabase/ui/components/inputs/Radio/Radio.styled.tsx +++ b/frontend/src/metabase/ui/components/inputs/Radio/Radio.styled.tsx @@ -60,7 +60,6 @@ export const getRadioOverrides = (): MantineThemeOverride["components"] => ({ color: theme.colors.text[2], fontSize: theme.fontSizes.md, fontWeight: "bold", - lineHeight: theme.lineHeight, }, description: { ref: getStylesRef("description"),