From 05b94b625f3a869199baf24b206a3980820ec10f Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 15 Apr 2021 14:41:59 -0700 Subject: changed blue of check marks --- src/screens/chat/ChatScreen.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx index 656c1c47..b21315b8 100644 --- a/src/screens/chat/ChatScreen.tsx +++ b/src/screens/chat/ChatScreen.tsx @@ -37,6 +37,9 @@ const ChatScreen: React.FC = () => { const {setTopInset} = useAttachmentPickerContext(); const insets = useSafeAreaInsets(); const chatTheme: DeepPartial = { + colors: { + accent_blue: '#6EE7E7', + }, messageList: { container: { backgroundColor: 'white', -- cgit v1.2.3-70-g09d2