Update on feed button, new groups UI search and round borders
This commit is contained in:
@@ -60,11 +60,11 @@ let ProfileCard = ({ profileid, hideIcon, profileObj }) => {
|
||||
|
||||
return (
|
||||
<Card style={styles.content}>
|
||||
<Card.Content>
|
||||
<Card.Content style={{padding:0}}>
|
||||
<IconButton icon={icon} style={{
|
||||
position: "absolute",
|
||||
right: 5,
|
||||
top: 5,
|
||||
right: 0,
|
||||
top: 0,
|
||||
}} />
|
||||
<List.Item
|
||||
title={profile.profile?.firstName + " " + profile.profile?.lastName}
|
||||
@@ -74,6 +74,7 @@ let ProfileCard = ({ profileid, hideIcon, profileObj }) => {
|
||||
descriptionStyle={{}}
|
||||
onPress={onPress}
|
||||
descriptionNumberOfLines={4}
|
||||
style={{padding:0}}
|
||||
/>
|
||||
</Card.Content>
|
||||
</Card>
|
||||
@@ -86,6 +87,8 @@ export default React.memo(ProfileCard);
|
||||
const styles = StyleSheet.create({
|
||||
content: {
|
||||
margin: 4,
|
||||
padding: 0,
|
||||
borderRadius: 10,
|
||||
},
|
||||
centerItems: {
|
||||
justifyContent: 'center',
|
||||
|
||||
@@ -124,7 +124,8 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
card: {
|
||||
margin: 8,
|
||||
backgroundColor: "#FFFFFF"
|
||||
backgroundColor: "#FFFFFF",
|
||||
borderRadius: 10,
|
||||
},
|
||||
comment: {
|
||||
margin: 8,
|
||||
|
||||
Reference in New Issue
Block a user