feat: linear gradient diffuser

This commit is contained in:
Hafid Nur
2025-03-16 22:53:13 +07:00
parent e3c4b7a23a
commit c8b12db1b3
+2
View File
@@ -212,6 +212,8 @@ export const Components: FC = (): ReactElement => {
</Button>
</div>
</section>
{/* Diffuser & Cloud */}
<div className="sticky bottom-0 h-[86px] md:h-[200px] bg-gradient-to-b from-primary-500/0 to-primary-500/50 to-80%"></div>
</Fragment>
);
};