Merge pull request #877 from OpenSignLabs/raktima-opensignlabs-patch-10

fix: update UI design of my signature
This commit is contained in:
prafull-opensignlabs
2024-06-24 16:17:33 +05:30
committed by GitHub
4 changed files with 9 additions and 9 deletions
@@ -138,7 +138,7 @@ const EditTemplate = ({ template, onSuccess }) => {
{!isEnableSubscription && (
<PremiumAlertHeader
message={
"Disable Auto reminder is free in beta, this feature will incur a fee later."
"Auto reminder is free in beta, this feature will incur a fee later."
}
/>
)}
@@ -677,7 +677,7 @@ function PlaceholderType(props) {
className="w-full h-full"
/>
) : (
<div className="text-[11px] w-full h-full text-black flex flex-coljustify-center items-center">
<div className="text-[11px] w-full h-full text-black flex flex-col justify-center items-center">
{props?.handleUserName &&
props?.handleUserName(
props?.data?.Id,
+1 -1
View File
@@ -834,7 +834,7 @@ const Forms = (props) => {
{!isEnableSubscription && (
<PremiumAlertHeader
message={
"Disable Auto reminder is free in beta, this feature will incur a fee later."
"Auto reminder is free in beta, this feature will incur a fee later."
}
/>
)}
+6 -6
View File
@@ -265,7 +265,7 @@ const ManageSign = () => {
<div className="relative">
<div>
{image ? (
<div className="signatureCanvas relative border-[2px] border-[#888]">
<div className="signatureCanvas relative border-[2px] border-[#888] rounded-box">
<img
alt="signature"
src={image}
@@ -279,7 +279,7 @@ const ManageSign = () => {
canvasProps={{
width: "456px",
height: "180px",
className: "signatureCanvas"
className: "signatureCanvas rounded-box"
}}
backgroundColor="rgb(255, 255, 255)"
onEnd={() =>
@@ -326,7 +326,7 @@ const ManageSign = () => {
</div>
)}
</div>
<div className="flex flex-row gap-2">
<div className="flex flex-row gap-2 text-sm md:text-base mr-1">
<div
type="button"
className="op-link"
@@ -358,7 +358,7 @@ const ManageSign = () => {
</span>
<div>
{isInitials ? (
<div className="intialSignature relative border-[1px] border-[#888]">
<div className="intialSignature relative border-[1px] border-[#888] rounded-box overflow-hidden">
<img
alt="inititals"
src={Initials}
@@ -374,7 +374,7 @@ const ManageSign = () => {
ref={initailsRef}
penColor={initialPen}
canvasProps={{
className: "intialSignature"
className: "intialSignature rounded-box"
}}
backgroundColor="rgb(255, 255, 255)"
onEnd={() =>
@@ -424,7 +424,7 @@ const ManageSign = () => {
<div>
<div
type="button"
className="op-link"
className="op-link text-sm md:text-base mr-1"
onClick={() => handleClearInitials()}
>
Clear