Skip to content

Commit dcb853b

Browse files
committed
test(list): update snapshots
1 parent 42904d7 commit dcb853b

File tree

91 files changed

+6
-2
lines changed

Some content is hidden

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

91 files changed

+6
-2
lines changed

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

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

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

98
min-height: 58px;
109

1110
font-size: globals.$ionic-font-size-350;
12-
font-weight: globals.$ionic-font-weight-medium;
1311

1412
line-height: globals.$ionic-line-height-600;
1513

@@ -37,6 +35,12 @@
3735
// --------------------------------------------------
3836

3937
// Label
38+
::slotted(ion-label) {
39+
--color: #{globals.$ionic-color-neutral-1200};
40+
41+
font-weight: globals.$ionic-font-weight-medium;
42+
}
43+
4044
::slotted(ion-label) ::slotted(p) {
4145
font-weight: globals.$ionic-font-weight-regular;
4246
}
-53 Bytes
-20 Bytes
37 Bytes
-73 Bytes
-16 Bytes
29 Bytes

0 commit comments

Comments
 (0)