Replace SCSS variable with a CSS one

This commit is contained in:
Gabriel Manussakis 2024-08-28 08:57:24 -03:00
parent eb598b046b
commit 40cc43d7ab
No known key found for this signature in database
GPG Key ID: 947CCD7D22B2FD1B
1 changed files with 1 additions and 1 deletions

View File

@ -2116,7 +2116,7 @@ p.demo_store,
}
.checkout-inline-error-message {
color: $red;
color: var(--wc-red);
font-size: 0.75em;
margin-bottom: 0;
}