missing utils alpha

This commit is contained in:
Samuel Newman
2025-11-03 18:22:03 +02:00
parent 8c15c51f89
commit 87d7438303
@@ -47,7 +47,7 @@ export function Overlay({
) : (
<LinearGradient
colors={[
transparentifyColor(t.atoms.bg.backgroundColor, 0),
utils.alpha(t.atoms.bg.backgroundColor, 0),
t.atoms.bg.backgroundColor,
t.atoms.bg.backgroundColor,
]}