From 379cfd52eaf85ff7db8a1ec72d0c9d9efe6e4cb6 Mon Sep 17 00:00:00 2001 From: Nikki Sharpley Date: Mon, 17 Jul 2023 18:04:22 -0400 Subject: [PATCH] update label and description --- src/react-components/input/InputField.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/input/InputField.scss b/src/react-components/input/InputField.scss index 27d38b67e0..972d9ba87c 100644 --- a/src/react-components/input/InputField.scss +++ b/src/react-components/input/InputField.scss @@ -27,7 +27,7 @@ :local(.info) { margin-top: 8px; - color: theme.$text3-color; + color: theme.$text2-color; align-self: flex-start; }