Skip to content

Commit 8a031bc

Browse files
authored
docs: typo in code example (#1827)
Change transperent to transparent.
1 parent 2141741 commit 8a031bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/guides/livestream_messagelist.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import { Chat, Channel, MessageList } from 'stream-chat-react-native';
4343
const theme = {
4444
messageList: {
4545
container: {
46-
backgroundColor: 'transperant',
46+
backgroundColor: 'transparent',
4747
},
4848
},
4949
messageSimple: {

0 commit comments

Comments
 (0)