mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
Merge pull request #462 from adithyaakrishna/issue#461
fix: sharp corners of signing card
This commit is contained in:
@ -118,7 +118,7 @@ export const SigningCard3D = ({ className, name, signingCelebrationImage }: Sign
|
|||||||
style={{ perspective: 800 }}
|
style={{ perspective: 800 }}
|
||||||
>
|
>
|
||||||
<motion.div
|
<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}
|
ref={cardRef}
|
||||||
style={{
|
style={{
|
||||||
perspective: '800',
|
perspective: '800',
|
||||||
|
|||||||
Reference in New Issue
Block a user