Use green dot for activity notification in `LegacyRoomHeader` (#12270)
parent
bbbb0e3dec
commit
b9bdd18666
|
@ -218,8 +218,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_Indicator_notification {
|
&.mx_Indicator_notification {
|
||||||
background: $room-icon-unread-color;
|
background: var(--cpd-color-icon-success-primary);
|
||||||
box-shadow: $room-icon-unread-color;
|
box-shadow: var(--cpd-color-icon-success-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_Indicator_activity {
|
&.mx_Indicator_activity {
|
||||||
|
|
Loading…
Reference in New Issue