fix padding on context menus
continuous-integration/drone/push Build is passing Details

nextui
Guus van Meerveld 1 month ago
parent b77771029e
commit 9f04f1b96a

@ -32,7 +32,7 @@ const Menu: Component = () => {
left: location.x,
display: shouldShow ? "block" : "none"
}}
className="bg-background border-small max-w-xs px-1 py-2 rounded-small border-default-200 absolute z-10"
className="bg-background border-small max-w-xs rounded-small border-default-200 absolute z-10"
>
<Listbox aria-label="Context Menu">
{menu.map((item) => (

Loading…
Cancel
Save