We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42904d7 commit 668fe1bCopy full SHA for 668fe1b
core/src/components/list-header/list-header.ionic.scss
@@ -6,12 +6,9 @@
6
--background: transparent;
7
--color: #{globals.$ionic-color-neutral-1200};
8
9
- min-height: 58px;
10
-
11
- font-size: globals.$ionic-font-size-350;
12
- font-weight: globals.$ionic-font-weight-medium;
+ @include globals.typography(globals.$ionic-body-md-medium);
13
14
- line-height: globals.$ionic-line-height-600;
+ min-height: 58px;
15
16
/**
17
* The focus rings from components like buttons and links
0 commit comments