diff --git a/src/form/form-label.style.tsx b/src/form/form-label.style.tsx index e2b6e9f45..1acab44a3 100644 --- a/src/form/form-label.style.tsx +++ b/src/form/form-label.style.tsx @@ -5,7 +5,6 @@ import { Text, TextStyleHelper } from "../text"; // ============================================================================= // STYLING // ============================================================================= -export const Label = styled.label` export const Label = styled.label` ${TextStyleHelper.getTextStyle("H5", "semibold")} color: ${Color.Neutral[3]};