mirror of
https://github.com/tooot-app/app
synced 2025-04-13 09:51:58 +02:00
Fix row flexbox
This commit is contained in:
parent
ca810065f8
commit
41d85bf738
@ -87,7 +87,7 @@ const MenuRow: React.FC<Props> = ({
|
||||
>
|
||||
<View
|
||||
style={{
|
||||
flex: 3,
|
||||
flexGrow: 3,
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center'
|
||||
}}
|
||||
@ -111,15 +111,13 @@ const MenuRow: React.FC<Props> = ({
|
||||
}}
|
||||
/>
|
||||
) : null}
|
||||
<View style={{ flex: 1 }}>
|
||||
<CustomText
|
||||
fontStyle='M'
|
||||
style={{ color: colors.primaryDefault }}
|
||||
numberOfLines={1}
|
||||
>
|
||||
{title}
|
||||
</CustomText>
|
||||
</View>
|
||||
<CustomText
|
||||
fontStyle='M'
|
||||
style={{ color: colors.primaryDefault }}
|
||||
numberOfLines={1}
|
||||
>
|
||||
{title}
|
||||
</CustomText>
|
||||
</View>
|
||||
|
||||
{content || switchValue !== undefined || iconBack ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user