diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-15 14:41:59 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-15 14:41:59 -0700 |
commit | 05b94b625f3a869199baf24b206a3980820ec10f (patch) | |
tree | f3e40f8a3d6109c230d65e9b28ae378bb8931bd8 /src | |
parent | fa39bb545fefefeea1a941c6610e6f072dba6f61 (diff) |
changed blue of check marks
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/chat/ChatScreen.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
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<ChatScreenProps> = () => { const {setTopInset} = useAttachmentPickerContext(); const insets = useSafeAreaInsets(); const chatTheme: DeepPartial<Theme> = { + colors: { + accent_blue: '#6EE7E7', + }, messageList: { container: { backgroundColor: 'white', |