Skip to content

Commit

Permalink
Slightly adjusted margin for chat screen footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dyland88 committed Nov 19, 2024
1 parent 6e5a2ab commit 1ccc15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/chat/ChatScreenFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const styles = StyleSheet.create({
borderWidth: 1,
borderRadius: Dimensions.get("window").width * 0.058,
marginHorizontal: Dimensions.get("window").width * 0.005,
marginBottom: 5,
marginBottom: 3,
minHeight: Dimensions.get("window").width * 0.113,
maxHeight: Dimensions.get("window").width * 0.3,
},
Expand Down

0 comments on commit 1ccc15d

Please sign in to comment.