diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/nuxs/TenMillion/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index 6d80dd12a..28384c3c0 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -418,12 +418,11 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { */} <View style={[a.gap_2xs, a.flex_1]}> <Text - numberOfLines={1} style={[ a.flex_1, a.text_sm, a.font_bold, - a.leading_snug, + a.leading_tight, {maxWidth: '60%'}, ]}> {sanitizeDisplayName( |