Skip to content

Commit 6d058fa

Browse files
committed
fix link typography
1 parent 8d1c8d3 commit 6d058fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/css/ionic/link.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Link: Shared Styles (Standalone & Underline)
44
// -------------------------------------------------------------------------------
55
@mixin link-shared {
6+
@include globals.typography(globals.$ion-body-action-md);
7+
68
display: inline-flex;
79

810
align-items: center;
@@ -11,8 +13,6 @@
1113

1214
transition: color globals.$ion-transition-time-200 ease-in-out;
1315

14-
font-weight: globals.$ion-font-weight-regular;
15-
1616
text-decoration-color: inherit;
1717

1818
text-underline-offset: globals.$ion-scale-050;

0 commit comments

Comments
 (0)