Skip to content

Commit 10076fb

Browse files
feat(ui): tweak gallery settings popover divider styling
1 parent d6e85e5 commit 10076fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/GallerySettingsPopover/GallerySettingsPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const GallerySettingsPopover = () => {
2828
<AlwaysShowImageSizeCheckbox />
2929
<ShowArchivedBoardsCheckbox />
3030
<BoardAutoAddSelect />
31-
<Divider />
31+
<Divider pt={2} />
3232
<ShowStarredFirstCheckbox />
3333
<SortDirectionCombobox />
3434
</Flex>

0 commit comments

Comments
 (0)