Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
meganleongg committed Mar 10, 2024
1 parent c3a6cfd commit 68131ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dfm-sideline-sidekick-app/pages/SearchPageStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const styles = StyleSheet.create({
flexDirection: "row",
alignItems: "center",
justifyContent: "space-between",
paddingVertical: 10,
paddingVertical: 15,
},
listItemTextContainer: {
flex: 1,
marginRight: 30
marginRight: 30,
},
listItemTitle: {
fontSize: 18,
Expand Down Expand Up @@ -49,7 +49,7 @@ const styles = StyleSheet.create({
fontSize: 18,
fontFamily: "Roboto",
fontWeight: "500",
paddingTop: 12
paddingTop: 15,
},
itemTitle: {
padding: 10,
Expand Down

0 comments on commit 68131ad

Please sign in to comment.