about summary refs log tree commit diff
path: root/src/view/com/modals/ChangeHandle.tsx
diff options
context:
space:
mode:
authorOllie H <renahlee@outlook.com>2023-05-15 11:14:45 -0700
committerGitHub <noreply@github.com>2023-05-15 13:14:45 -0500
commit824a2313b1d1d7a5c5ab7fa8680ac8aa30c98bc0 (patch)
tree3491219248a301c671e194d48d6eba1e14eb842f /src/view/com/modals/ChangeHandle.tsx
parent841ad692d3b3b57d0a810201139af965200e0b9a (diff)
downloadvoidsky-824a2313b1d1d7a5c5ab7fa8680ac8aa30c98bc0.tar.zst
Style cleaning and initial text size audit (#618)
* Style cleaning and initial text size audit

* Put file back
Diffstat (limited to 'src/view/com/modals/ChangeHandle.tsx')
-rw-r--r--src/view/com/modals/ChangeHandle.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx
index ad7ff5a6d..a5c74bc0b 100644
--- a/src/view/com/modals/ChangeHandle.tsx
+++ b/src/view/com/modals/ChangeHandle.tsx
@@ -144,8 +144,11 @@ export function Component({onChanged}: {onChanged: () => void}) {
             </Text>
           </TouchableOpacity>
         </View>
-        <Text type="2xl-bold" style={[styles.titleMiddle, pal.text]}>
-          Change my handle
+        <Text
+          type="2xl-bold"
+          style={[styles.titleMiddle, pal.text]}
+          numberOfLines={1}>
+          Change handle
         </Text>
         <View style={styles.titleRight}>
           {isProcessing ? (