Compare commits
2 Commits
88f4cd97f9
...
1b9fe14f01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b9fe14f01 | ||
|
|
3537f6f62c |
@@ -11,9 +11,9 @@ import {
|
||||
import { controlManager } from '$features/SetupFont';
|
||||
import {
|
||||
ContentEditable,
|
||||
IconButton,
|
||||
// IconButton,
|
||||
} from '$shared/ui';
|
||||
import XIcon from '@lucide/svelte/icons/x';
|
||||
// import XIcon from '@lucide/svelte/icons/x';
|
||||
|
||||
interface Props {
|
||||
/**
|
||||
@@ -75,14 +75,16 @@ function removeSample() {
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<IconButton
|
||||
onclick={removeSample}
|
||||
class="w-5 h-5 rounded-full hover:bg-transparent flex items-center justify-center transition-colors group translate-x-1/2 cursor-pointer"
|
||||
>
|
||||
{#snippet icon({ className })}
|
||||
<XIcon class={className} />
|
||||
{/snippet}
|
||||
</IconButton>
|
||||
<!--
|
||||
<IconButton
|
||||
onclick={removeSample}
|
||||
class="w-5 h-5 rounded-full hover:bg-transparent flex items-center justify-center transition-colors group translate-x-1/2 cursor-pointer"
|
||||
>
|
||||
{#snippet icon({ className })}
|
||||
<XIcon class={className} />
|
||||
{/snippet}
|
||||
</IconButton>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="p-8 relative z-10">
|
||||
|
||||
@@ -120,7 +120,7 @@ function toggleFilters() {
|
||||
</div>
|
||||
|
||||
<div class="mt-4 pt-4 border-t border-gray-300/40">
|
||||
<FilterControls class="ml-auto" />
|
||||
<FilterControls class="m-auto w-fit" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user