We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2b375 commit b556ddfCopy full SHA for b556ddf
projects/stream-chat-angular/src/lib/notification-list/notification-list.component.html
@@ -1,7 +1,5 @@
1
<div
2
- class="str-chat str-chat__theme-{{
3
- theme$ | async
4
- }} str-chat__list-notifications"
+ class="str-chat__theme-{{ theme$ | async }} str-chat__list-notifications"
5
[class.str-chat]="themeVersion === '2'"
6
data-testid="notification-list"
7
>
0 commit comments