move and adjust chat list style file
This commit is contained in:
parent
aeb02ccc2a
commit
37b2137ab9
1 changed files with 1 additions and 0 deletions
14
src/components/chat_message_list/chat_message_list.style.js
Normal file
14
src/components/chat_message_list/chat_message_list.style.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export default {
|
||||
name: 'Chat',
|
||||
selector: '.ChatMessageList',
|
||||
validInnerComponents: ['Text', 'Link', 'Icon', 'Avatar', 'ChatMessage'],
|
||||
defaultRules: [
|
||||
{
|
||||
directives: {
|
||||
backgroundNoCssColor: 'yes',
|
||||
background: '--bg',
|
||||
blur: '5px',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue