This commit is contained in:
Timur Ercan
2023-02-13 18:12:03 +01:00
parent 45fdb8cce5
commit f5130e2b3a

View File

@ -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 */}