aboutsummaryrefslogtreecommitdiff
path: root/src/components/messages/ChatInput.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-23 19:18:13 -0400
committerGitHub <noreply@github.com>2021-04-23 19:18:13 -0400
commit26fe5a1b13e897d97ad470224d22526dcde86832 (patch)
tree8f4aa081d95a2fd3d559f97771738f45d61518cd /src/components/messages/ChatInput.tsx
parent5f3bfdc0f6e1b24c2f024b308b66cbd1ed2b12d6 (diff)
parent0d3ba070abcf5fea0942bb68a55ec602123a6222 (diff)
Merge pull request #384 from ankit-thanekar007/tma-807-onpress-indicator
[TMA 806] - On Press Tutorial
Diffstat (limited to 'src/components/messages/ChatInput.tsx')
-rw-r--r--src/components/messages/ChatInput.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/messages/ChatInput.tsx b/src/components/messages/ChatInput.tsx
index a4ed675b..a6e5c458 100644
--- a/src/components/messages/ChatInput.tsx
+++ b/src/components/messages/ChatInput.tsx
@@ -131,11 +131,10 @@ const styles = StyleSheet.create({
actionButtons: {
height: normalize(30) + 10,
flexDirection: 'row',
- justifyContent: 'space-evenly',
+ justifyContent: 'flex-end',
alignItems: 'center',
marginRight: 10,
width: 50,
- // width: 100,
alignSelf: 'flex-end',
},
});