Skip to content
Snippets Groups Projects
Commit 49802c72 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Impove styling sample code

parent 3af20150
No related branches found
No related tags found
No related merge requests found
...@@ -123,10 +123,7 @@ export default function App() { ...@@ -123,10 +123,7 @@ export default function App() {
value={files} value={files}
background="radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);" background="radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);"
> >
{files.length > 0 && {/** Files*/}
files.map((file: ExtFile) => (
<FileMosaic key={file.id} {...file} onDelete={removeFile} info />
))}
</Dropzone> </Dropzone>
</div> </div>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment