Skip to content

Commit

Permalink
search icon fixed (#1296)
Browse files Browse the repository at this point in the history
Co-authored-by: Narayan soni <[email protected]>
  • Loading branch information
Mayank77maruti and narayan954 authored Dec 9, 2023
1 parent 9e5ba7c commit 0e76690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
npx --no -- commitlint --edit "$1"
1 change: 1 addition & 0 deletions src/components/Navbar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@

.search_icon {
margin-left: auto;
margin-right:-10px;
transform: scale(1.3);
border-radius: 50%;
padding: 6px;
Expand Down

0 comments on commit 0e76690

Please sign in to comment.