From 2d83d11558fd19c18fba4042c94657c3ef9f0bb5 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 12 Apr 2021 17:28:38 -0400 Subject: added icons, fixed picker almost --- src/components/messages/ChatInputSubmit.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/components/messages/ChatInputSubmit.tsx') 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 = (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, -- cgit v1.2.3-70-g09d2