diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-19 15:11:59 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-19 15:11:59 +0200 |
| commit | 11fd220734ae697e8157d25fbf4cdfc250fe2df7 (patch) | |
| tree | 93c476c9ed387d48456aff75c4d31eebd311f7b8 /src/components/notification/notification.style.js | |
| parent | ab63ec1471964aaf8ffc3d65412b54b173fc5b9e (diff) | |
chat styles + related improvements
Diffstat (limited to 'src/components/notification/notification.style.js')
| -rw-r--r-- | src/components/notification/notification.style.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/notification/notification.style.js b/src/components/notification/notification.style.js index ad7aab65..0d36760a 100644 --- a/src/components/notification/notification.style.js +++ b/src/components/notification/notification.style.js @@ -13,11 +13,5 @@ export default { 'Avatar', 'Attachment' ], - defaultRules: [ - { - directives: { - background: '--bg' - } - } - ] + defaultRules: [] } |
