@@ -265,7 +265,7 @@ const ManageSign = () => {
265
265
< div className = "relative" >
266
266
< div >
267
267
{ image ? (
268
- < div className = "signatureCanvas relative border-[2px] border-[#888]" >
268
+ < div className = "signatureCanvas relative border-[2px] border-[#888] rounded-box " >
269
269
< img
270
270
alt = "signature"
271
271
src = { image }
@@ -279,7 +279,7 @@ const ManageSign = () => {
279
279
canvasProps = { {
280
280
width : "456px" ,
281
281
height : "180px" ,
282
- className : "signatureCanvas"
282
+ className : "signatureCanvas rounded-box "
283
283
} }
284
284
backgroundColor = "rgb(255, 255, 255)"
285
285
onEnd = { ( ) =>
@@ -326,7 +326,7 @@ const ManageSign = () => {
326
326
</ div >
327
327
) }
328
328
</ div >
329
- < div className = "flex flex-row gap-2" >
329
+ < div className = "flex flex-row gap-2 text-sm md:text-base mr-1 " >
330
330
< div
331
331
type = "button"
332
332
className = "op-link"
@@ -358,7 +358,7 @@ const ManageSign = () => {
358
358
</ span >
359
359
< div >
360
360
{ isInitials ? (
361
- < div className = "intialSignature relative border-[1px] border-[#888]" >
361
+ < div className = "intialSignature relative border-[1px] border-[#888] rounded-box overflow-hidden " >
362
362
< img
363
363
alt = "inititals"
364
364
src = { Initials }
@@ -374,7 +374,7 @@ const ManageSign = () => {
374
374
ref = { initailsRef }
375
375
penColor = { initialPen }
376
376
canvasProps = { {
377
- className : "intialSignature"
377
+ className : "intialSignature rounded-box "
378
378
} }
379
379
backgroundColor = "rgb(255, 255, 255)"
380
380
onEnd = { ( ) =>
@@ -424,7 +424,7 @@ const ManageSign = () => {
424
424
< div >
425
425
< div
426
426
type = "button"
427
- className = "op-link"
427
+ className = "op-link text-sm md:text-base mr-1 "
428
428
onClick = { ( ) => handleClearInitials ( ) }
429
429
>
430
430
Clear
0 commit comments