diff --git a/components/AriaTable/AriaTable.tsx b/components/AriaTable/AriaTable.tsx index 990ae6d4..9d1ebc97 100644 --- a/components/AriaTable/AriaTable.tsx +++ b/components/AriaTable/AriaTable.tsx @@ -161,7 +161,7 @@ export const Tr = forwardRef, TrProps>( children as any, { // @ts-ignore: Object is possibly 'null'. - style: { ...children?.props?.style, display: 'table-row' }, + ...children?.props, }, // @ts-ignore: Object is possibly 'null'. [TdEl, ...children?.props?.children]