about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-02-05 14:39:16 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-02-05 14:39:16 -0800
commitf0e046a44b022859064c713ed86e740129ac07dd (patch)
tree661fd3ab21159c23b114aaa69e5a0f2100435a98
parent2039df4879bd0ccbc1722a0905cf29a36436e9a1 (diff)
parentb8f0c5b53830200f70340c8dc33515308a8fc798 (diff)
downloadvoidsky-f0e046a44b022859064c713ed86e740129ac07dd.tar.zst
Merge branch 'main' of github.com:bluesky-social/social-app into main
-rw-r--r--src/view/com/auth/create/Step3.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx
index 2fd265535..3a52abf80 100644
--- a/src/view/com/auth/create/Step3.tsx
+++ b/src/view/com/auth/create/Step3.tsx
@@ -43,7 +43,7 @@ export function Step3({
         />
         <Text type="lg" style={[pal.text, s.pl5, s.pt10]}>
           <Trans>Your full handle will be</Trans>{' '}
-          <Text type="lg-bold" style={[pal.text, s.ml5]}>
+          <Text type="lg-bold" style={pal.text}>
             @{createFullHandle(uiState.handle, uiState.userDomain)}
           </Text>
         </Text>