MOBILE-4470 modal: Use background on modal header buttons

This commit is contained in:
Pau Ferrer Ocaña 2024-05-28 16:03:23 +02:00
parent 7ef7c91a7a
commit 8576151d56

View File

@ -1,4 +1,6 @@
ion-modal {
--core-header-buttons-background: var(--core-header-toolbar-background);
&.show-modal {
@media only screen and (min-width: 768px) and (min-height: 600px) {
--border-radius: var(--modal-radius);