update shadow color

This commit is contained in:
AykutSarac 2024-08-11 19:44:58 +03:00
parent 57d7d01c4e
commit ded3102afe
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ import { FaArrowRightLong } from "react-icons/fa6";
const StyledImageWrapper = styled.div`
flex: 2;
width: 100%;
filter: drop-shadow(0px -4px 10px rgba(70, 70, 70, 0.25));
filter: drop-shadow(0px 0px 30px rgba(236, 236, 236, 0.2));
`;
export const PremiumVsFree = () => {