Skip to content

Commit

Permalink
fix: gap
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 23, 2024
1 parent 3fa2363 commit 39c3b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</button>
<div v-show="isShowNavbar" class="bg-white w-full absolute top-0 left-0 px-2 h-screen flex flex-col">
<div class="flex justify-between items-center py-2 border-b border-b-gray-100">
<div class="uppercase flex items-center gap-2" @click="handleClick">
<div class="uppercase flex items-center gap-1 text-gray-600" @click="handleClick">
Tìm kiếm
<Icon icon="pi-search" class="text-sm"/>
</div>
Expand Down

0 comments on commit 39c3b36

Please sign in to comment.