Skip to content

Commit

Permalink
bgcolor id re
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Jun 21, 2024
1 parent 8eebefe commit 4026f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui-utils/GradientBG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
const GradientBG: React.FC = () => {
return (
<div className="absolute inset-0 w-full h-full blur-[118px]" style={{
background: "linear-gradient(152.92deg, rgba(192, 132, 252, 0.3) 4.54%, rgba(232, 121, 249, 0.2) 34.2%, rgba(192, 132, 252, 0.) 77.55%)",
background: "linear-gradient(152.92deg, rgba(192, 132, 252, 0.1) 4.54%, rgba(232, 121, 249, 0.1) 34.2%, rgba(192, 132, 252, 0.1) 77.55%)",
mixBlendMode: 'multiply'
}}></div>
);
Expand Down

0 comments on commit 4026f55

Please sign in to comment.