fix: dark theme modal backdrop color

This commit is contained in:
Tienson Qin
2025-06-23 20:10:40 +08:00
parent f1ecc3f39a
commit 562c03ea01

View File

@@ -59,11 +59,16 @@ html {
}
ion-toolbar::part(background), ion-tab-bar,
ion-tab-button, .block-modal-page, .block-modal-page > ion-header,
ion-content {
ion-tab-button, ion-header
{
background-color: var(--lx-gray-01);
}
ion-modal {
--background: var(--lx-gray-01);
--backdrop-color: var(--ls-secondary-background-color);
}
#mobile-editor-toolbar {
background: var(--ls-secondary-background-color);
}