Skip to content

Commit

Permalink
chore: adjust size
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Aug 12, 2024
1 parent dade09c commit c123f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
v-for="(item, index) in showMenuOptions"
:key="item.name"
@click="item.eventName"
class="mb-2 flex w-full items-center rounded-lg p-3 transition-all duration-200 ease-in-out hover:bg-base-200 hover:shadow-md dark:hover:bg-gray-600"
class="mb-2 flex w-full items-center rounded-lg p-1 transition-all duration-200 ease-in-out hover:bg-base-200 hover:shadow-md dark:hover:bg-gray-600"
tabindex="-1"
>
<UIcon
Expand Down

0 comments on commit c123f2e

Please sign in to comment.