MOBILE-4544 styles: Fix modal sheet handle color

main
Pau Ferrer Ocaña 2024-03-13 12:24:48 +01:00
parent e11d830a1a
commit 1e1210e9e3
1 changed files with 4 additions and 0 deletions

View File

@ -1965,6 +1965,10 @@ ion-modal {
display: none;
}
}
&.modal-sheet::part(handle) {
background: var(--core-header-buttons-color);
}
}
ion-popover {