Skip to content

Commit

Permalink
fix: remove color from label
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Sep 4, 2024
1 parent b0f76f5 commit 2df6906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/epo-react-lib/src/molecules/FormElement/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const Container = styled.div`
`;

export const Label = styled.label`
color: var(--color-font-primary);
font-weight: var(--weight-font-bold, 600);
&[data-show-required="true"] {
Expand Down

0 comments on commit 2df6906

Please sign in to comment.