1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-11-12 17:52:50 +01:00
parent c8c3adf088
commit f2de56f602
7 changed files with 367 additions and 176 deletions

View File

@ -34,9 +34,11 @@ const ComponentAccount: React.FC<Props> = ({
<Pressable
accessibilityRole='button'
style={{
flex: 1,
paddingHorizontal: StyleConstants.Spacing.Global.PagePadding,
paddingVertical: StyleConstants.Spacing.M,
flexDirection: 'row',
alignSelf: 'flex-start',
alignItems: 'center'
}}
onPress={customOnPress || onPress}