MOBILE-4544 styles: Fix modal sheet handle color

This commit is contained in:
Pau Ferrer Ocaña 2024-03-13 12:24:48 +01:00
parent e11d830a1a
commit 1e1210e9e3

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