Skip to content

Commit

Permalink
padding updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MenamAfzal committed May 31, 2024
1 parent 15b4b84 commit f1ef6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function UIView(props: {
boxShadowVal === undefined ||
boxShadowVal === '0px')
? restrictPaddingOnRotationVal === 'qrCode'
? rotationVal !== '' && rotationVal !== '0deg'?'50% 0px':'0px'
? rotationVal !== '' && rotationVal !== '0deg'?'35% 0px':'0px'
: restrictPaddingOnRotationVal === 'image'
? rotationVal !== '' && rotationVal !== '0deg'?'10% 0px':'0px'
: restrictPaddingOnRotationVal === 'imageCarousel'
Expand Down

0 comments on commit f1ef6f5

Please sign in to comment.