Skip to content

Commit 9e2b880

Browse files
authored
style: add border of search button #112
fixes #112
1 parent 7e6178b commit 9e2b880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/StarsFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function StarsFilter() {
7373
control={control}
7474
/>
7575

76-
<button className="btn btn-ghost ml-2" type="submit">
76+
<button className="btn btn-ghost ml-2 ring-1 ring-2023-manga-2" type="submit">
7777
Search
7878
</button>
7979
</div>

0 commit comments

Comments
 (0)