Skip to content

Commit c7a87da

Browse files
committed
Draw a divider between hidden buttons
1 parent 7c57aa6 commit c7a87da

File tree

1 file changed

+3
-1
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+3
-1
lines changed

apps/webapp/app/components/primitives/Table.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,9 @@ export const TableCellMenu = forwardRef<
349349
variants[variant].menuButtonDivider
350350
)}
351351
>
352-
<div className={cn("flex items-center gap-x-0.5")}>{hiddenButtons}</div>
352+
<div className={cn("flex items-center gap-x-0.5 divide-x divide-grid-bright")}>
353+
{hiddenButtons}
354+
</div>
353355
</div>
354356
)}
355357
{/* Always visible buttons */}

0 commit comments

Comments
 (0)