Skip to content

Commit

Permalink
feat(contacts-list): m3 styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 11, 2022
1 parent 8216d8c commit 6f35c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/core/components/contacts-list/contacts-list-md.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
+ li {
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
}
.hairline-remove(top);
}
li:not(.list-group-title) {
.ltr({
Expand Down
4 changes: 1 addition & 3 deletions src/core/components/contacts-list/contacts-list-vars.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
:root {
.dark-vars({
--f7-contacts-list-title-text-color: #fff;
});
}
.ios-vars({
--f7-contacts-list-title-font-size: inherit;
Expand All @@ -12,6 +9,7 @@
--f7-contacts-list-title-bg-color: #f7f7f7;
});
.dark-vars({
--f7-contacts-list-title-text-color: #fff;
--f7-contacts-list-title-bg-color: #323234;
});
});
Expand Down

0 comments on commit 6f35c10

Please sign in to comment.