Fix background color for favourite modal on DMs

This commit is contained in:
Claire 2021-02-10 18:37:01 +01:00
parent db059f2a5c
commit c1c469be88

View file

@ -458,6 +458,10 @@
}
}
.favourite-modal .status-direct {
background-color: inherit;
}
.actions-modal {
.status {
background: $white;