Skip to content

Commit 27831d1

Browse files
authored
refactor(list-header): update color and font size (#29907)
1 parent 7fe0edd commit 27831d1

File tree

106 files changed

+3
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+3
-10
lines changed
67 Bytes
-13 Bytes
-16 Bytes

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

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

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

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

12-
line-height: globals.$ionic-line-height-600;
11+
min-height: 58px;
1312

1413
/**
1514
* The focus rings from components like buttons and links
@@ -35,12 +34,6 @@
3534
// --------------------------------------------------
3635

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

0 commit comments

Comments
 (0)