Skip to content

Commit

Permalink
fix(link): use default link display value
Browse files Browse the repository at this point in the history
* fix(link): use default link display value

* fix(link): align launch icon to the link text
  • Loading branch information
sh0ji authored Sep 10, 2023
1 parent 3e23828 commit 60da30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/link/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
}

@mixin base {
display: inline-flex;
color: var(--nds-link-color);
text-decoration: var(--nds-link-decoration);
}

@mixin launch {
display: inline-flex;
margin-left: 1px;
font-size: 0.875em;
}
Expand Down

0 comments on commit 60da30c

Please sign in to comment.