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}
/>
</>
})

View File

@@ -103,7 +103,7 @@ let NewPostView = (props) => {
return (
<SafeAreaView>
<View style={{ padding: 10 }}>
<View style={{ padding: 10}}>
<View style={{ flexDirection: "row", marginBottom: 10, justifyContent: "space-around" }}>
<Text style={{ fontSize: 25 }}>{i18n.t("message.statusUpdate")}:</Text>
<Button icon="send" mode="outlined" onPress={handleNewPostButton}>
@@ -127,6 +127,7 @@ let NewPostView = (props) => {
textAlignVertical: "center",
textAlign: "center",
fontSize: 20,
minHeight: 200
}}
autoFocus={true}
/>