Skip to content

Commit

Permalink
fix: Remove font-weight and font-family from Link styles. (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wagler authored Mar 2, 2020
1 parent a86f3d1 commit 33c7c81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/input/Link/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export type LinkClassNames = 'Link';
const styles = (theme: Theme): ComponentClassNames<LinkClassNames> => ({
Link: {
color: theme.color.brand.highlight,
fontWeight: 400,
fontFamily: theme.font.family.default,
fontSize: 'inherit',
textDecoration: 'none',

Expand Down

0 comments on commit 33c7c81

Please sign in to comment.