Skip to content

Commit

Permalink
Removed style interface 2
Browse files Browse the repository at this point in the history
In previous commit, the line wasn't deleted, not sure why
  • Loading branch information
vivchong committed Aug 25, 2023
1 parent ddc5db7 commit f346215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/form/form-label.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Text, TextStyleHelper } from "../text";
// =============================================================================
// STYLING
// =============================================================================
export const Label = styled.label<LabelProps>`
export const Label = styled.label`
${TextStyleHelper.getTextStyle("H5", "semibold")}
color: ${Color.Neutral[3]};
Expand Down

0 comments on commit f346215

Please sign in to comment.