Skip to content

Commit e03263b

Browse files
committed
loading text color in conversation-content changed
1 parent 0ef6553 commit e03263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/conversation-detail/conversation-content/conversation-content.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="chat21-bounce1" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
4848
<div class="chat21-bounce2" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
4949
<div class="chat21-bounce3" [ngStyle]="{'background-color': stylesMap.get('themeColor')}"></div>
50-
<span>{{translationMap.get('LABEL_LOADING')}}</span>
50+
<span [ngStyle]="{'color': stylesMap.get('themeColor')}">{{translationMap.get('LABEL_LOADING')}}</span>
5151
</div>
5252
</span>
5353

0 commit comments

Comments
 (0)