increase popover default padding

This commit is contained in:
jeffvli
2025-11-29 04:34:18 -08:00
parent 774495262e
commit 5e8d17f144
2 changed files with 3 additions and 2 deletions
@@ -327,7 +327,7 @@ export const PlayerConfig = () => {
variant="subtle"
/>
</Popover.Target>
<Popover.Dropdown p="md">
<Popover.Dropdown>
<ListConfigTable options={options} />
</Popover.Dropdown>
</Popover>