Skip to content

Commit

Permalink
Update app/ui/details-menu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Feb 15, 2024
1 parent 38dd892 commit 4d67d21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/ui/details-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ export function DetailsPopup({
return (
<div className={cx("absolute right-0 z-20 min-w-max md:left-0", className)}>
<div
className={
"relative top-1 rounded-md border border-gray-100 bg-white p-1 shadow-sm dark:border-gray-800 dark:bg-gray-900"
}
className="relative top-1 rounded-md border border-gray-100 bg-white p-1 shadow-sm dark:border-gray-800 dark:bg-gray-900"
>
{children}
</div>
Expand Down

0 comments on commit 4d67d21

Please sign in to comment.