Move some things around

This commit is contained in:
Gregory Schier
2023-03-08 23:20:15 -08:00
parent 226781af8e
commit 17c734af11
19 changed files with 617 additions and 705 deletions

View File

@@ -137,7 +137,7 @@ const DropdownMenuContent = forwardRef<HTMLDivElement, D.DropdownMenuContentProp
align="start"
className={classnames(
className,
'bg-background rounded-md shadow-lg p-1.5 border border-gray-200',
'bg-gray-50 rounded-md shadow-lg p-1.5 border border-gray-200',
'overflow-auto m-1',
)}
style={styles}