Fix background color for favourite modal on DMs

master
Claire 2021-02-10 18:37:01 +01:00
parent 4ed9576cd2
commit a30a40c437
1 changed files with 4 additions and 0 deletions

View File

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