Skip to content

Commit 668fe1b

Browse files
committed
refactor(list-header): use typography
1 parent 42904d7 commit 668fe1b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/src/components/list-header/list-header.ionic.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
--background: transparent;
77
--color: #{globals.$ionic-color-neutral-1200};
88

9-
min-height: 58px;
10-
11-
font-size: globals.$ionic-font-size-350;
12-
font-weight: globals.$ionic-font-weight-medium;
9+
@include globals.typography(globals.$ionic-body-md-medium);
1310

14-
line-height: globals.$ionic-line-height-600;
11+
min-height: 58px;
1512

1613
/**
1714
* The focus rings from components like buttons and links

0 commit comments

Comments
 (0)