Skip to content

Commit

Permalink
Updated file upload css class for parent div
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedsaidckr committed Jul 26, 2024
1 parent 8e6ada9 commit 1e03c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_agents/frontend/components/Settings/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const FileUpload = () => {
const { getRootProps, getInputProps } = useDropzone({ onDrop });

return (
<div>
<div className={"mb-4 w-full"}>
<div {...getRootProps()} style={{ border: '2px dashed #cccccc', padding: '20px', textAlign: 'center' }}>
<input {...getInputProps()} />
<p>Drag &apos;n&apos; drop some files here, or click to select files</p>
Expand Down

0 comments on commit 1e03c22

Please sign in to comment.