Better color variable for modal-cards-body.

This commit is contained in:
mateuswetah 2023-11-27 14:56:47 -03:00
parent cb25b3d893
commit cbea14a30e
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ body:not(.tainacan-admin-page) {
margin-bottom: 0px;
}
.modal-card-body {
background-color: var(--tainacan-item-background-color, white);
background-color: var(--tainacan-background-color, white);
}
footer .button {
min-height: var(--theme-button-min-height, 40px);