From 007c2e728c152aa2b038d3e30ce637960189cf25 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 12 Apr 2021 16:04:32 -0400 Subject: styled outline input submit button --- src/screens/chat/ChatScreen.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/screens') diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx index 957b1189..02330527 100644 --- a/src/screens/chat/ChatScreen.tsx +++ b/src/screens/chat/ChatScreen.tsx @@ -11,7 +11,7 @@ import { OverlayProvider, } from 'stream-chat-react-native'; import {ChatContext} from '../../App'; -import ChatHeader from '../../components/messages/ChatHeader'; +import {ChatInput, ChatHeader} from '../../components'; import {TAGG_LIGHT_BLUE} from '../../constants'; import {MainStackParams} from '../../routes'; import {ScreenType} from '../../types'; @@ -38,7 +38,9 @@ const ChatScreen: React.FC = () => { }; return ( - + = () => { deleteMessage, ]}> {}} /> - + -- cgit v1.2.3-70-g09d2