WIP Change color value back to variable.

This commit is contained in:
Bryan Mauger 2024-04-16 10:53:26 -04:00
parent c725c0472a
commit 3ab6d5d4ef

View file

@ -156,7 +156,7 @@ export default {
font-weight: 500;
font-size: 1.25rem;
line-height: 32px;
color: rgb(0, 0, 0);
color: $black;
}
}
.modal-footer {