fix: checkbox position issue

This commit is contained in:
RaktimaNXG
2024-03-26 17:29:26 +05:30
parent c2a45c230b
commit 3e664bf677
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1290,7 +1290,7 @@ export const multiSignEmbed = async (
}
checkbox.addToPage(page, {
x: xPos(position),
y: yPosition - 2,
y: yPosition - 3,
width: height,
height: height
});