Small tweak for web

This commit is contained in:
Eric Bailey
2024-10-03 10:09:50 -05:00
parent ca447c615b
commit 60471d7db2
+1 -1
View File
@@ -27,7 +27,7 @@ let ProfileHeaderLoading = (_props: {}): React.ReactNode => {
</View>
<View style={styles.content}>
<View style={[styles.buttonsLine]}>
<LoadingPlaceholder width={120} height={34} style={styles.br50} />
<LoadingPlaceholder width={140} height={34} style={styles.br50} />
</View>
</View>
</View>