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 0ef6553 commit e03263bCopy full SHA for e03263b
src/app/components/conversation-detail/conversation-content/conversation-content.component.html
@@ -47,7 +47,7 @@
47
<div class="chat21-bounce1" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
48
<div class="chat21-bounce2" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
49
<div class="chat21-bounce3" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
50
- <span>{{translationMap.get('LABEL_LOADING')}}</span>
+ <span [ngStyle]="{'color': stylesMap.get('themeColor')}">{{translationMap.get('LABEL_LOADING')}}</span>
51
</div>
52
</span>
53
0 commit comments