Skip to content

Commit f8168a0

Browse files
committed
feat(searchbar): tweak placeholder colors
1 parent 29849ff commit f8168a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/components/searchbar/searchbar-vars.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
--f7-searchbar-input-bg-color: #e4e4e4;
4343
});
4444
.dark-vars({
45+
--f7-searchbar-placeholder-color: rgba(255, 255, 255, 0.4);
4546
--f7-searchbar-input-text-color: #fff;
4647
--f7-searchbar-search-icon-color: rgba(255, 255, 255, 0.4);
4748
--f7-searchbar-input-bg-color: #2a2a2a;
48-
--f7-searchbar-placeholder-color: rgba(255, 255, 255, 0.4);
4949
});
5050
});
5151
.md-vars({

0 commit comments

Comments
 (0)