Some style fixes

This commit is contained in:
Adolfo Reyna
2023-01-25 14:34:23 -05:00
parent 93b84ada33
commit 03e20edbcc
7 changed files with 17 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ let MenuView = ({ navigation }) => {
left={props => <List.Icon {...props} icon={icon} />}
titleStyle={{fontWeight:"bold"}}
descriptionNumberOfLines={3}
key={profile._id}
/>
</>
})