From 7dce7911c05e820e002039cbaa18496bbc2a16bc Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 12 Feb 2026 11:16:01 +0300 Subject: [PATCH] feat(FontSampler): remove backdrop filter since it's not being used and bad for performance --- src/features/DisplayFont/ui/FontSampler/FontSampler.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte index 8c4c520..a2ede04 100644 --- a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte +++ b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte @@ -53,7 +53,7 @@ const letterSpacing = $derived(controlManager.spacing); class=" w-full h-full rounded-xl sm:rounded-2xl flex flex-col - backdrop-blur-md bg-background-80 + bg-background-80 border border-border-muted shadow-[0_1px_3px_rgba(0,0,0,0.04)] relative overflow-hidden