fix: sharp corners of signing card

This commit is contained in:
Adithya Krishna
2023-09-29 01:59:18 +05:30
committed by Mythie
parent a5e087f209
commit 27287cd1d5

View File

@ -118,7 +118,7 @@ export const SigningCard3D = ({ className, name, signingCelebrationImage }: Sign
style={{ perspective: 800 }}
>
<motion.div
className="bg-background w-full [--sheen-color:180_180_180] dark:[--sheen-color:200_200_200]"
className="bg-background w-full rounded-lg [--sheen-color:180_180_180] dark:[--sheen-color:200_200_200]"
ref={cardRef}
style={{
perspective: '800',