MOBILE-4362 styles: Fix dark mode styles on activity restrictions
parent
0477eebcc2
commit
3b60b3b517
|
@ -196,3 +196,12 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:host-context(html.dark) {
|
||||||
|
.activity-description-availabilityinfo {
|
||||||
|
.core-module-availabilityinfo {
|
||||||
|
background: var(--gray-800);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue