Limit to one line
This commit is contained in:
@@ -116,12 +116,8 @@ export function TitleText({children}: {children: React.ReactNode}) {
|
|||||||
const {gtMobile} = useBreakpoints()
|
const {gtMobile} = useBreakpoints()
|
||||||
return (
|
return (
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[a.text_lg, a.font_heavy, a.leading_snug, gtMobile && [a.text_xl]]}
|
||||||
a.text_lg,
|
numberOfLines={1}>
|
||||||
a.font_heavy,
|
|
||||||
a.leading_snug,
|
|
||||||
gtMobile && [a.text_xl],
|
|
||||||
]}>
|
|
||||||
{children}
|
{children}
|
||||||
</Text>
|
</Text>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user