aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.style.js
blob: 9ae2b7d71fcd9a9bd8057018dcf6a1ad26cfc9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export default {
  name: 'Chat',
  selector: '.chat-message-list',
  validInnerComponents: [
    'Text',
    'Link',
    'Icon',
    'Avatar',
    'ChatMessage'
  ],
  defaultRules: [
    {
      directives: {
        background: '--bg',
        blur: '5px'
      }
    }
  ]
}