Skip to content

Commit

Permalink
Merge pull request #208 from brainstormforce/component/table
Browse files Browse the repository at this point in the history
fix: Divider between table body and footer not visible
  • Loading branch information
vrundakansara authored Dec 13, 2024
2 parents d533216 + c4ba9fa commit 40e959f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const Table = ( {
<TableContext.Provider
value={ contextValue as TableContextType<unknown> }
>
<div className="overflow-x-auto">
<div className="w-full overflow-x-auto divide-y divide-x-0 divide-solid divide-border-subtle">
<table
className={ cn(
'table-fixed min-w-full border-collapse border-spacing-0',
Expand Down

0 comments on commit 40e959f

Please sign in to comment.