diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 9d8edbc036..aa532fc4d5 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -116,8 +116,14 @@ export function TitleText({children}: {children: React.ReactNode}) { const {gtMobile} = useBreakpoints() return ( + style={[ + a.text_lg, + a.font_heavy, + a.leading_tight, + a.text_center, + gtMobile && [a.text_xl], + ]} + numberOfLines={2}> {children} )