Skip to content

Commit dcd33ea

Browse files
committed
change font-size
1 parent 6d058fa commit dcd33ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

88
display: inline-flex;
99

@@ -80,10 +80,10 @@ a,
8080
@mixin ionic-link-underline {
8181
color: globals.$ion-text-default;
8282

83-
text-decoration: underline;
84-
8583
@include link-shared;
8684

85+
text-decoration: underline;
86+
8787
// Link: Focus
8888
// -------------------------------------------------------------------------------
8989

0 commit comments

Comments
 (0)