Skip to content

Commit c47b081

Browse files
Merge pull request #119 from priyankarpal/patch-1
style: add border of search button #112
2 parents a58a65a + 9e2b880 commit c47b081

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)