Skip to content

Commit

Permalink
feature(402661): added details regarding whether the message is priva…
Browse files Browse the repository at this point in the history
…te or not
  • Loading branch information
VijayalakshmirSF4471 committed Dec 24, 2024
1 parent c23459c commit b561504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<label>{{data.data.messageDetails.text}}</label>
<div *ngIf="data.data.messageDetails.isPrivate" class="private-label-container">
<hr class="separator"/>
<div class="private-label"><span><i>Private</i></span></div>
<div class="private-label"><i>Private</i></div>
</div>
</ng-container>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,8 @@
text-align: center;
font-weight: normal;
color: #721c24;

span {
display: inline;
background-color: #e29ca3;
border-radius: 5px;
padding: 1px;
}
background-color: #e29ca3;
padding: 1px;
}

.separator {
Expand Down

0 comments on commit b561504

Please sign in to comment.