Skip to content

Commit

Permalink
fix action icon design
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Nov 4, 2024
1 parent 68d3798 commit 2711863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/open/forms/OpenFormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="flex lg:flex-col bg-gray-100 dark:bg-gray-800 border rounded-md"
>
<div
class="p-1 lg:pt-0 hover:text-blue-500 cursor-pointer text-gray-400 dark:text-gray-500 dark:border-gray-500"
class="p-1 lg:pt-0 -mb-2 hover:text-blue-500 cursor-pointer text-gray-400 dark:text-gray-500 dark:border-gray-500"
role="button"
@click.prevent="openAddFieldSidebar"
>
Expand Down

0 comments on commit 2711863

Please sign in to comment.