Skip to content

Commit 8b4f8bf

Browse files
committed
Increase horizontal padding on searchbar button
1 parent 4a1be5c commit 8b4f8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/sidebar/SearchBox.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<button
1616
aria-label="Open Search Modal"
17-
class="bg-black/45 px-2 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange cursor-text"
17+
class="bg-black/45 px-3 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange cursor-text"
1818
onclick={async () => await dialog.showModal()}>
1919
<div class="flex items-center gap-2">
2020
<IconSearch />

0 commit comments

Comments
 (0)