From 8a21ceae12f088ee680cc9f44efa306aa4fc1fe7 Mon Sep 17 00:00:00 2001 From: Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:31:50 -0700 Subject: [PATCH] fix custom label line height not matching radio height (#35568) --- .../src/metabase/ui/components/inputs/Radio/Radio.styled.tsx | 1 - 1 file changed, 1 deletion(-) 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 16b91dd32ac..db8c4298a28 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"), -- GitLab