Skip to content

Commit

Permalink
adding border
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrramsey committed Dec 31, 2024
1 parent 709e145 commit 8be5dfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion weave-js/src/components/DropdownMenu/DropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ export const Separator = ({
}: RadixDropdownMenu.DropdownMenuSeparatorProps) => (
<RadixDropdownMenu.Separator
className={twMerge(
classNames('my-6 h-px bg-moon-250 dark:bg-moon-750', className)
classNames(
'my-6 border-t border-moon-250 dark:border-moon-750',
className
)
)}
{...props}
/>
Expand Down

0 comments on commit 8be5dfe

Please sign in to comment.