Some style fixes
This commit is contained in:
@@ -53,6 +53,7 @@ let MenuView = ({ navigation }) => {
|
||||
left={props => <List.Icon {...props} icon={icon} />}
|
||||
titleStyle={{fontWeight:"bold"}}
|
||||
descriptionNumberOfLines={3}
|
||||
key={profile._id}
|
||||
/>
|
||||
</>
|
||||
})
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user