Use green dot for activity notification in LegacyRoomHeader
(#12270)
This commit is contained in:
parent
bbbb0e3dec
commit
b9bdd18666
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_Indicator_notification {
|
||||
background: $room-icon-unread-color;
|
||||
box-shadow: $room-icon-unread-color;
|
||||
background: var(--cpd-color-icon-success-primary);
|
||||
box-shadow: var(--cpd-color-icon-success-primary);
|
||||
}
|
||||
|
||||
&.mx_Indicator_activity {
|
||||
|
|
Loading…
Reference in a new issue