feat(FontSampler): remove backdrop filter since it's not being used and bad for performance
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user