Use green dot for activity notification in `LegacyRoomHeader` (#12270)

pull/28217/head
Florian Duros 2024-02-22 14:36:12 +01:00 committed by GitHub
parent bbbb0e3dec
commit b9bdd18666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 {