Skip to content

Commit

Permalink
Made spacing cleaner (ufosc#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Feb 12, 2025
1 parent 2bf136c commit 1f07619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/app/components/chat/NearbyHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ const styles = StyleSheet.create({
flexDirection: "row",
backgroundColor: "#34D1BF",
width: "100%",
alignItems: "center",
alignItems: "flex-end",
justifyContent: "flex-start",
shadowColor: "black",
shadowOffset: { width: 0, height: 2 },
shadowOpacity: 0.3,
shadowRadius: 2,
paddingVertical: 15,
paddingRight: "5%",
paddingLeft: "10%",
paddingLeft: "5%",
gap: 10,
zIndex: 1,
},
Expand All @@ -71,7 +71,7 @@ const styles = StyleSheet.create({
countText: {
fontFamily: "Quicksand",
fontSize: 20,
paddingRight: "5%",
paddingRight: "2%",
fontWeight: "bold",
color: "white",
},
Expand Down

0 comments on commit 1f07619

Please sign in to comment.