feat(ui): tweak gallery settings popover divider styling

This commit is contained in:
psychedelicious 2024-06-28 17:44:12 +10:00
parent d6e85e5f67
commit 10076fb1e8

View File

@ -28,7 +28,7 @@ const GallerySettingsPopover = () => {
<AlwaysShowImageSizeCheckbox /> <AlwaysShowImageSizeCheckbox />
<ShowArchivedBoardsCheckbox /> <ShowArchivedBoardsCheckbox />
<BoardAutoAddSelect /> <BoardAutoAddSelect />
<Divider /> <Divider pt={2} />
<ShowStarredFirstCheckbox /> <ShowStarredFirstCheckbox />
<SortDirectionCombobox /> <SortDirectionCombobox />
</Flex> </Flex>