WIP Change color value back to variable.
This commit is contained in:
parent
c725c0472a
commit
3ab6d5d4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue