Skip to content

Commit

Permalink
refac: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 27, 2024
1 parent 46ae258 commit b224ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workspace/Functions/FunctionMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
>
{#if func.type === 'filter'}
<div
class="flex gap-2 justify-between items-center px-3 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
class="flex gap-2 justify-between items-center px-3 py-2 text-sm font-medium cursor-pointerrounded-md"
>
<div class="flex gap-2 items-center">
<GlobeAlt />
Expand Down

0 comments on commit b224ba0

Please sign in to comment.