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 dcb853b commit c2749c9Copy full SHA for c2749c9
core/src/components/list-header/list-header.ionic.scss
@@ -4,10 +4,12 @@
4
5
:host {
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;
13
14
line-height: globals.$ionic-line-height-600;
15
@@ -35,12 +37,6 @@
35
37
// --------------------------------------------------
36
38
39
// Label
-::slotted(ion-label) {
- --color: #{globals.$ionic-color-neutral-1200};
40
-
41
- font-weight: globals.$ionic-font-weight-medium;
42
-}
43
44
::slotted(ion-label) ::slotted(p) {
45
font-weight: globals.$ionic-font-weight-regular;
46
}
0 commit comments