Skip to content

Commit 269789c

Browse files
committed
gets rid of background
1 parent 47a8da8 commit 269789c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/landing-page-components/parts/pricing-card.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const PricingCard = ({
2222
}
2323

2424
style={{
25-
backdropFilter: "blur(12.5px)",
26-
background: "linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%)",
2725
border: "2px solid rgba(255, 255, 255, 0.20)",
2826
boxShadow: "0px -2px 10px 0px rgba(233, 223, 255, 0.30), 0px -2px 40px 0px rgba(187, 155, 255, 0.15)",
2927
height: "100%"

0 commit comments

Comments
 (0)