Round modals are in the season

This commit is contained in:
Jeremy Zhang 2018-08-04 06:54:58 +00:00
parent b763907feb
commit 923686b155

View File

@ -381,6 +381,7 @@ textarea.materialize-textarea:focus:not([readonly]) {
.modal { .modal {
background-color: #546E7A; background-color: #546E7A;
background-color: var(--modal); background-color: var(--modal);
border-radius: 25px;
} }
.modal-overlay { .modal-overlay {