Skip to content

Commit

Permalink
fix(link): L3-5135 Adjusted the underline offset for links
Browse files Browse the repository at this point in the history
  • Loading branch information
adietrich3074 committed Jan 29, 2025
1 parent 0c731e6 commit 1e443e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
font-family: Distinct, sans-serif;
}

@mixin underline($offset: $spacing-xsm, $thickness: 1px, $color: $pure-black) {
@mixin underline($offset: $spacing-micro, $thickness: 1px, $color: $pure-black) {
text-decoration: underline;
text-decoration-thickness: $thickness;
text-underline-offset: $offset;
Expand Down

0 comments on commit 1e443e0

Please sign in to comment.