Browse Source

refac: styling

Timothy J. Baek 1 year ago
parent
commit
b224ba0030
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/workspace/Functions/FunctionMenu.svelte

+ 1 - 1
src/lib/components/workspace/Functions/FunctionMenu.svelte

@@ -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 />