Skip to content

Commit 5805d83

Browse files
authored
Merge pull request #1951 from gurjeetsinghvirdee/1950-Search-bar-UI
fix: light theme styling
2 parents 0740aaf + 60431ba commit 5805d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Search.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<div id="searchbox"></div>
166166

167167
<input
168-
class="web-input-button bg-greyscale-800/75! relative z-1 !rounded-b-none !pl-10"
168+
class="web-input-button bg-white-800/75! relative z-1 !rounded-b-none !pl-10"
169169
type="text"
170170
id="search"
171171
bind:value

0 commit comments

Comments
 (0)