대화방의 information type 에 대한 스타일 적용
This commit is contained in:
parent
bd0a128723
commit
ea1caa1498
|
@ -43,12 +43,14 @@
|
|||
<ucap-chat-message-box-information
|
||||
*ngSwitchCase="EventType.RenameRoom"
|
||||
[message]="message"
|
||||
class="information-msg"
|
||||
>
|
||||
</ucap-chat-message-box-information>
|
||||
<ucap-chat-message-box-information
|
||||
*ngSwitchCase="EventType.GuideForRoomTimerChanged"
|
||||
[message]="message"
|
||||
[senderName]="getUserName(message.senderSeq)"
|
||||
class="information-msg"
|
||||
>
|
||||
</ucap-chat-message-box-information>
|
||||
</ng-container>
|
||||
|
|
Loading…
Reference in New Issue
Block a user