Skip to content

Commit 43b3cb7

Browse files
authored
Merge pull request #491 from gunjjoshi/search-bar-placeholder
Made the placeholder text in the search bar to be visible properly
2 parents d4f5012 + 418f267 commit 43b3cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SearchBar.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
.input::placeholder {
2424
color: var(--darkgray);
2525
opacity: 1;
26+
padding-top: 7px;
2627
}
2728

2829
.searchBar {

0 commit comments

Comments
 (0)