From 1b9fe14f01e2ce3d4721755265a0695a1223e93e Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 6 Feb 2026 12:17:11 +0300 Subject: [PATCH] fix(FontSampler): comment unused button --- .../ui/FontSampler/FontSampler.svelte | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte index 453c23f..9d74d11 100644 --- a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte +++ b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte @@ -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() { - - {#snippet icon({ className })} - - {/snippet} - +