Skip to content

Commit b2a8eee

Browse files
committed
refactor(list-header): use correct color and weight
1 parent d576a4a commit b2a8eee

13 files changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
:host {
66
--background: transparent;
7+
--color: #{globals.$ionic-color-neutral-1200};
78

89
min-height: 58px;
910

1011
font-size: globals.$ionic-font-size-350;
12+
font-weight: globals.$ionic-font-weight-medium;
1113

1214
line-height: globals.$ionic-line-height-600;
1315

@@ -35,12 +37,6 @@
3537
// --------------------------------------------------
3638

3739
// Label
38-
::slotted(ion-label) {
39-
--color: #{globals.$ionic-color-neutral-1200};
40-
41-
font-weight: globals.$ionic-font-weight-medium;
42-
}
43-
4440
::slotted(ion-label) ::slotted(p) {
4541
font-weight: globals.$ionic-font-weight-regular;
4642
}
617 Bytes
Loading
322 Bytes
Loading
510 Bytes
Loading
629 Bytes
Loading
210 Bytes
Loading
544 Bytes
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)