Skip to content

Commit c3faf5c

Browse files
authored
chore: Fix table background issue (#3628)
1 parent f45dbc2 commit c3faf5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/table/internal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ const InternalTable = React.forwardRef(
631631
itemKey: rowId,
632632
}}
633633
verticalAlign={cellVerticalAlign}
634+
tableVariant={computedVariant}
634635
/>
635636
)}
636637

@@ -711,6 +712,7 @@ const InternalTable = React.forwardRef(
711712
{...sharedCellProps}
712713
columnId={selectionColumnId}
713714
verticalAlign={cellVerticalAlign}
715+
tableVariant={computedVariant}
714716
/>
715717
)}
716718
{visibleColumnDefinitions.map((column, colIndex) => (

0 commit comments

Comments
 (0)