Skip to content

Commit

Permalink
modified margins for event cards
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-bhardwaj committed Sep 12, 2024
1 parent e8c66d0 commit 453a26b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Components/CurrentEventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const styles = StyleSheet.create({
},
info: {
flexDirection: "row",
marginTop: 2
},
infoItem: {
flexDirection: "row",
Expand Down
3 changes: 2 additions & 1 deletion components/EventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const styles = StyleSheet.create({
flex: 1,
flexDirection: "row",
// backgroundColor: 'red',
flexWrap: 'wrap'
flexWrap: 'wrap',
marginTop: 2
},
infoItem: {
flexDirection: "row",
Expand Down
2 changes: 1 addition & 1 deletion components/EventModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const styles = StyleSheet.create({
infoItem: {
flexDirection: "row",
alignItems: "center",
marginTop: 10,
marginTop: 5,
marginRight: 8,
// backgroundColor: 'red'
},
Expand Down

0 comments on commit 453a26b

Please sign in to comment.