Merge pull request #1566 from Safelite/CSR-1732-fix-character-count-copy-color

CSR-1732 fix character count text color.
This commit is contained in:
bmauger 2023-11-22 10:59:17 -05:00 committed by GitHub
commit 8b9c5ad8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ export default {
}
}
p {
color: $gray-500;
color: $gray-600;
&.urgent-countdown {
color: $red;
}