We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeaf65 commit 09cf07cCopy full SHA for 09cf07c
apps/web/src/components/createFormTemplate/createFormTemplateEditor/SignatureField.tsx
@@ -61,13 +61,24 @@ export default function SignatureField({
61
<Box
62
display="flex"
63
alignItems="center"
64
- justifyContent="center"
+ justifyContent="left"
65
width="100%"
66
height="100%"
67
border="1px #808080"
68
borderRadius="4px"
69
>
70
- <Text color="#808080" fontSize="14px"></Text>
+ <Text color="#808080" fontSize="14px">
71
+ X
72
+ </Text>
73
+ <Box
74
+ position="absolute"
75
+ bottom="16px"
76
+ width="80%"
77
+ height="1px"
78
+ bg="#7C7F86"
79
+ left="50%"
80
+ transform="translateX(-50%)"
81
+ />
82
</Box>
83
{!disableEdit && selected && (
84
0 commit comments