Skip to content

Commit 6f35c10

Browse files
committed
feat(contacts-list): m3 styles
1 parent 8216d8c commit 6f35c10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/core/components/contacts-list/contacts-list-md.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
+ li {
88
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
99
}
10+
.hairline-remove(top);
1011
}
1112
li:not(.list-group-title) {
1213
.ltr({

src/core/components/contacts-list/contacts-list-vars.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
:root {
2-
.dark-vars({
3-
--f7-contacts-list-title-text-color: #fff;
4-
});
52
}
63
.ios-vars({
74
--f7-contacts-list-title-font-size: inherit;
@@ -12,6 +9,7 @@
129
--f7-contacts-list-title-bg-color: #f7f7f7;
1310
});
1411
.dark-vars({
12+
--f7-contacts-list-title-text-color: #fff;
1513
--f7-contacts-list-title-bg-color: #323234;
1614
});
1715
});

0 commit comments

Comments
 (0)