Skip to content

Commit

Permalink
fix(Link): add font-weight: inherit (#5902)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored and actions-user committed Oct 2, 2023
1 parent d4e85f5 commit c37bf71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/Link/Link.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
padding: 0;
cursor: pointer;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
line-height: inherit;
display: inline;
Expand Down

0 comments on commit c37bf71

Please sign in to comment.