fix: fix firefox and safari styles

This commit is contained in:
Nolan Lawson 2020-06-03 18:50:45 -07:00
parent 4a2d79c3c3
commit 85ede3bf0d
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@
}
:host,
:host-context(lite-emoji-picker.light) {
:host(.light) {
@include colors(false);
}
:host-context(lite-emoji-picker.dark) {
:host(.dark) {
@include colors(true);
}