diff --git a/packages/ui/src/components/Table/components/Row.tsx b/packages/ui/src/components/Table/components/Row.tsx index 34b38c784e..75b715f7f7 100644 --- a/packages/ui/src/components/Table/components/Row.tsx +++ b/packages/ui/src/components/Table/components/Row.tsx @@ -91,7 +91,7 @@ export function Row(props: RowProps) { {...restProps} target={effectiveTarget} rel={effectiveRel} - className={classes.root} + className={clsx(classes.root, restProps.className)} data-react-aria-pressable={hasInternalHref ? 'true' : undefined} onAction={handlePress} >