diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-06 20:35:03 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-06 20:35:03 +0200 |
| commit | ce5552ae3c53b563126aae2c3c9b77a321880eed (patch) | |
| tree | c6fcea79bf2b2949113a8e4a82ad703f10453563 /src/components/chat/chat.style.js | |
| parent | 1b391b6a69abf89e2ead8dfefe5e321a9e0c87c0 (diff) | |
fix more transparent panels
Diffstat (limited to 'src/components/chat/chat.style.js')
| -rw-r--r-- | src/components/chat/chat.style.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/chat/chat.style.js b/src/components/chat/chat.style.js index fc3d66a4..9ae2b7d7 100644 --- a/src/components/chat/chat.style.js +++ b/src/components/chat/chat.style.js @@ -1,7 +1,6 @@ export default { name: 'Chat', selector: '.chat-message-list', - lazy: true, validInnerComponents: [ 'Text', 'Link', @@ -10,5 +9,11 @@ export default { 'ChatMessage' ], defaultRules: [ + { + directives: { + background: '--bg', + blur: '5px' + } + } ] } |
