CSR-1732 fix character count text color.

This commit is contained in:
Bryan Mauger 2023-11-22 10:41:58 -05:00
parent 313a823f8b
commit ff703cdc66

View file

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