File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/OpenSign/src/components/fields Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ const FileUpload = (props) => {
256
256
< >
257
257
{ props . formData ? (
258
258
< div className = "flex gap-2 justify-center items-center" >
259
- < div className = "flex justify-between items-center px-2 py-[6px ] w-full font-bold rounded border-[1px] border-[#ccc] text-gray-500 bg-white text-[13px]" >
259
+ < div className = "flex justify-between items-center px-2 py-[3px ] w-full font-bold rounded border-[1px] border-[#ccc] text-gray-500 bg-white text-[13px]" >
260
260
< div className = "break-all" >
261
261
file selected : { props . formData . split ( "/" ) [ 3 ] }
262
262
</ div >
@@ -266,9 +266,9 @@ const FileUpload = (props) => {
266
266
setFileUpload ( [ ] ) ;
267
267
props . onChange ( undefined ) ;
268
268
} }
269
- className = "cursor-pointer px-[10px] text-base font-bold bg-white"
269
+ className = "cursor-pointer px-[10px] text-[20px] font-bold bg-white text-red-500 "
270
270
>
271
- X
271
+ < i className = "fa-solid fa-xmark" > </ i >
272
272
</ div >
273
273
</ div >
274
274
< DropboxChooser
You can’t perform that action at this time.
0 commit comments