Skip to content

Commit

Permalink
fix: remove debris
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Oct 13, 2023
1 parent 89b4896 commit 63b8f74
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/shared/components/SelectorInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@
on:click={() => onClick(option)}
class="w-full flex flex-row flex-1 justify-between items-center px-2 py-3 rounded-lg hover:bg-blue-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-20"
>
<div
class="flex flex-row gap-3 justify-start items-center flex-1 overflow-hidden {option.value &&
option.key
? 'max-w-[50%]'
: ''}"
>
<div class="flex flex-row gap-3 justify-start items-center flex-1 overflow-hidden">
<slot {option} {index}>
<!-- Contains Custom Selector -->
</slot>
Expand Down

0 comments on commit 63b8f74

Please sign in to comment.