diff --git a/src/form/form-label.style.tsx b/src/form/form-label.style.tsx index 1acab44a3..daf25c396 100644 --- a/src/form/form-label.style.tsx +++ b/src/form/form-label.style.tsx @@ -27,6 +27,6 @@ export const ErrorMessage = styled(Text.H6)` outline: none; `; -export const Subtitle = styled(Text.BodySmall)` +export const Subtitle = styled(Text.BodySmall)` color: ${Color.Neutral[3]}; `;