Refactor environment edit dialog

This commit is contained in:
Gregory Schier
2023-11-02 20:38:33 -07:00
parent a99a36b5cc
commit b15cdec701
6 changed files with 88 additions and 47 deletions

View File

@@ -366,6 +366,7 @@ function MenuItem({ className, focused, onFocus, item, onSelect, ...props }: Men
'focus:bg-highlight focus:text-gray-900 rounded',
item.variant === 'danger' && 'text-red-600',
)}
innerClassName="!text-left"
{...props}
>
<div