aboutsummaryrefslogtreecommitdiff
path: root/src/components/messages/ChatInputSubmit.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-12 17:28:38 -0400
committerIvan Chen <ivan@tagg.id>2021-04-12 17:28:38 -0400
commit2d83d11558fd19c18fba4042c94657c3ef9f0bb5 (patch)
tree84e3b88ea51d7c456301097f07aebebc0473745b /src/components/messages/ChatInputSubmit.tsx
parent007c2e728c152aa2b038d3e30ce637960189cf25 (diff)
added icons, fixed picker almost
Diffstat (limited to 'src/components/messages/ChatInputSubmit.tsx')
-rw-r--r--src/components/messages/ChatInputSubmit.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/messages/ChatInputSubmit.tsx b/src/components/messages/ChatInputSubmit.tsx
index 6180ef20..9e29ad4d 100644
--- a/src/components/messages/ChatInputSubmit.tsx
+++ b/src/components/messages/ChatInputSubmit.tsx
@@ -9,7 +9,7 @@ interface ChatInputSubmitProps {
onPress: () => void;
}
-const SIZE = normalize(30);
+const SIZE = normalize(25);
const ChatInputSubmit: React.FC<ChatInputSubmitProps> = (props) => {
const {outlined, onPress} = props;
@@ -36,9 +36,6 @@ const styles = StyleSheet.create({
borderRadius: 999,
justifyContent: 'center',
alignItems: 'center',
- marginRight: '3%',
- marginVertical: '2%',
- alignSelf: 'flex-end',
},
background: {
backgroundColor: TAGG_LIGHT_BLUE,