Style cleaning and initial text size audit (#618)
* Style cleaning and initial text size audit * Put file back
This commit is contained in:
parent
841ad692d3
commit
824a2313b1
9 changed files with 22 additions and 19 deletions
|
@ -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 ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue