MOBILE-4362 styles: Fix dark mode styles on popovers

main
Pau Ferrer Ocaña 2023-10-20 12:11:16 +02:00
parent 3b60b3b517
commit 98ef26bc28
1 changed files with 7 additions and 0 deletions

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-header-toolbar-background: var(--gray-900);