Skip to content

Commit

Permalink
Removed last reference of <LabelProps>
Browse files Browse the repository at this point in the history
  • Loading branch information
vivchong committed Aug 25, 2023
1 parent f346215 commit c8a2589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/form-label.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export const ErrorMessage = styled(Text.H6)`
outline: none;
`;

export const Subtitle = styled(Text.BodySmall)<LabelProps>`
export const Subtitle = styled(Text.BodySmall)`
color: ${Color.Neutral[3]};
`;

0 comments on commit c8a2589

Please sign in to comment.