about summary refs log tree commit diff
path: root/src/screens/Onboarding/StepProfile
diff options
context:
space:
mode:
authorFrudrax Cheng <i@cynosura.one>2024-06-18 09:11:53 +0800
committerGitHub <noreply@github.com>2024-06-18 09:11:53 +0800
commit7548c23f19d0cf8e9230fa75ad5d1d73fe471a7d (patch)
tree3433af3806f1e89f5d917bd92086dd9ab63355df /src/screens/Onboarding/StepProfile
parentb4e4c15fbbf1fc1ef2001ee78f70c461b39b1dc4 (diff)
parent077da0830924d4c040ef095d8349f13fdfdf4372 (diff)
downloadvoidsky-7548c23f19d0cf8e9230fa75ad5d1d73fe471a7d.tar.zst
Merge branch 'bluesky-social:main' into zh
Diffstat (limited to 'src/screens/Onboarding/StepProfile')
-rw-r--r--src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx b/src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx
index 29ba39a0b..d1d1af6d9 100644
--- a/src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx
+++ b/src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx
@@ -5,7 +5,7 @@ import ViewShot from 'react-native-view-shot'
 import {useAvatar} from '#/screens/Onboarding/StepProfile/index'
 import {atoms as a} from '#/alf'
 
-const SIZE_MULTIPLIER = 1.5
+const SIZE_MULTIPLIER = 5
 
 export interface PlaceholderCanvasRef {
   capture: () => Promise<string>