From 2cd38797b9673b5e38494aa280b4461311097b81 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 2 Feb 2026 12:20:01 +0300 Subject: [PATCH] feat(FontSearch): add IconButton instead of regular Button and delete unused code --- .../ui/FontSearch/FontSearch.svelte | 48 ++++++++----------- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte index dd01b1a..e8596c7 100644 --- a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte +++ b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte @@ -1,22 +1,21 @@