diff --git a/src/components/Button/index.tsx b/src/components/Button/index.tsx index e9021ec11c03..07edd148778d 100644 --- a/src/components/Button/index.tsx +++ b/src/components/Button/index.tsx @@ -290,7 +290,7 @@ function Button( {!!icon && ( - + diff --git a/src/styles/index.ts b/src/styles/index.ts index b08987459a1a..8ce6f1b81b60 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4336,8 +4336,8 @@ const styles = (theme: ThemeColors) => marginLeft: 8, ...FontUtils.fontFamily.platform.EXP_NEUE_BOLD, color: isSelected ? theme.text : theme.textSupporting, - lineHeight: variables.lineHeightNormal, - fontSize: variables.fontSizeNormal, + lineHeight: variables.lineHeightLarge, + fontSize: variables.fontSizeLabel, } satisfies TextStyle), tabBackground: (hovered: boolean, isFocused: boolean, background: string | Animated.AnimatedInterpolation) => ({ diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 164b161d8824..5a8927ede6d0 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -161,7 +161,7 @@ export default { signInLogoWidthLargeScreen: 144, signInLogoHeightLargeScreen: 108, signInLogoWidthPill: 132, - tabSelectorButtonHeight: 42, + tabSelectorButtonHeight: 40, tabSelectorButtonPadding: 12, lhnLogoWidth: 95.09, lhnLogoHeight: 22.33,