diff --git a/client/app/components/chat/NearbyHeader.tsx b/client/app/components/chat/NearbyHeader.tsx index 655b13db..a7871707 100644 --- a/client/app/components/chat/NearbyHeader.tsx +++ b/client/app/components/chat/NearbyHeader.tsx @@ -38,7 +38,7 @@ 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 }, @@ -46,7 +46,7 @@ const styles = StyleSheet.create({ shadowRadius: 2, paddingVertical: 15, paddingRight: "5%", - paddingLeft: "10%", + paddingLeft: "5%", gap: 10, zIndex: 1, }, @@ -71,7 +71,7 @@ const styles = StyleSheet.create({ countText: { fontFamily: "Quicksand", fontSize: 20, - paddingRight: "5%", + paddingRight: "2%", fontWeight: "bold", color: "white", },