MOBILE-4362 styles: Fix dark mode styles on popovers

This commit is contained in:
Pau Ferrer Ocaña 2023-10-20 12:11:16 +02:00
parent 3b60b3b517
commit 98ef26bc28

View File

@ -77,6 +77,13 @@ html.dark {
} }
} }
ion-popover,
ion-popover ion-content {
--background: var(--gray-800);
--ion-item-background: var(--background);
--ion-background-color: var(--background);
}
--core-link-color: var(--info-tint); --core-link-color: var(--info-tint);
--core-header-toolbar-background: var(--gray-900); --core-header-toolbar-background: var(--gray-900);