Skip to content

Commit

Permalink
chore: Inherit font smoothing for secondary links (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Jan 25, 2023
1 parent 090a87d commit 88f1cca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/link/styles.scss
Expand Up @@ -32,6 +32,10 @@ $font-sizes: (
@if $variant == 'info' {
@include styles.font-smoothing;
}
@if $variant == 'secondary' {
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
}
@include styles.link-style(map.get(constants.$link-variants, $variant));
}
}
Expand Down

0 comments on commit 88f1cca

Please sign in to comment.