dashboard ui

This commit is contained in:
Ishaan Dey
2024-05-17 23:54:34 -07:00
parent 14ea89d690
commit bf35c2bf82
6 changed files with 61 additions and 56 deletions

View File

@ -38,7 +38,7 @@ export const CanvasRevealEffect = ({
/>
</div>
{showGradient && (
<div className="absolute inset-0 bg-gradient-to-t from-neutral-950 to-[84%]" />
<div className="absolute inset-0 bg-gradient-to-t from-background to-[100%]" />
)}
</div>
);