feat(FontSampler): remove backdrop filter since it's not being used and bad for performance

This commit is contained in:
Ilia Mashkov
2026-02-12 11:16:01 +03:00
parent 5e3929575d
commit 7dce7911c0

View File

@@ -53,7 +53,7 @@ const letterSpacing = $derived(controlManager.spacing);
class=" class="
w-full h-full rounded-xl sm:rounded-2xl w-full h-full rounded-xl sm:rounded-2xl
flex flex-col flex flex-col
backdrop-blur-md bg-background-80 bg-background-80
border border-border-muted border border-border-muted
shadow-[0_1px_3px_rgba(0,0,0,0.04)] shadow-[0_1px_3px_rgba(0,0,0,0.04)]
relative overflow-hidden relative overflow-hidden