mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
field
This commit is contained in:
@ -45,7 +45,7 @@ export default function Field(props: FieldPropsType) {
|
|||||||
<div
|
<div
|
||||||
ref={nodeRef}
|
ref={nodeRef}
|
||||||
style={{ background: stc(props.field.recipient) }}
|
style={{ background: stc(props.field.recipient) }}
|
||||||
className="cursor-move opacity-90 p-2 m-auto w-auto flex-row-reverse text-lg font-bold text-center absolute"
|
className="cursor-move opacity-80 p-2 m-auto w-auto flex-row-reverse text-lg font-bold text-center absolute"
|
||||||
>
|
>
|
||||||
<div className="m-auto w-auto flex-row-reverse text-lg font-bold text-center">
|
<div className="m-auto w-auto flex-row-reverse text-lg font-bold text-center">
|
||||||
{/* todo icons */}
|
{/* todo icons */}
|
||||||
|
|||||||
Reference in New Issue
Block a user