From 475317e37ef1717a2f86d741deaff68b6670bbb7 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 3 Feb 2023 13:25:12 -0500 Subject: [PATCH] CSR-1164 fix error font weight. --- src/styles/common-error-styles.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 0065c126d..8129702fc 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -182,7 +182,9 @@ html { .form-test-error { color: $red; font-size: 0.875rem; - font-weight: 500; + .small { + font-weight: 500; + } } .form-test-invalid {