MOBILE-4362 styles: Fix dark mode styles on activity restrictions

main
Pau Ferrer Ocaña 2023-10-20 12:11:03 +02:00
parent 0477eebcc2
commit 3b60b3b517
1 changed files with 9 additions and 0 deletions

View File

@ -196,3 +196,12 @@
display: none;
}
}
:host-context(html.dark) {
.activity-description-availabilityinfo {
.core-module-availabilityinfo {
background: var(--gray-800);
}
}
}