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

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