chat styles + related improvements
This commit is contained in:
parent
ab63ec1471
commit
11fd220734
10 changed files with 69 additions and 72 deletions
14
src/components/chat/chat.style.js
Normal file
14
src/components/chat/chat.style.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export default {
|
||||
name: 'Chat',
|
||||
selector: '.chat-message-list',
|
||||
lazy: true,
|
||||
validInnerComponents: [
|
||||
'Text',
|
||||
'Link',
|
||||
'Icon',
|
||||
'Avatar',
|
||||
'ChatMessage'
|
||||
],
|
||||
defaultRules: [
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue