Minor style fix

This commit is contained in:
Stefan Forstenlechner 2024-09-04 12:09:24 +02:00
parent eb9969f2ba
commit 0c8588b1fb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export const ImageGalleryMain = ({
</> </>
)} )}
{images.length > 0 && foldersPreview.length > 0 && ( {images.length > 0 && foldersPreview.length > 0 && (
<Divider style={{ marginBottom: "10px" }}> <Divider style={{ marginBottom: "10px", marginTop: "10px" }}>
<Chip label="Images" size="small" /> <Chip label="Images" size="small" />
</Divider> </Divider>
)} )}