Various small fixes

This commit is contained in:
Paul Frazee
2022-12-30 15:32:07 -06:00
parent 98c5312a29
commit 16e4bc66bd
6 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ export const CreateAccount = ({onPressBack}: {onPressBack: () => void}) => {
<View style={styles.groupContent}>
<Text style={[s.white, s.p10]}>
Your full username will be{' '}
<Text style={s.bold}>
<Text style={[s.white, s.bold]}>
@{createFullHandle(handle, userDomain)}
</Text>
</Text>