We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bd3e5 commit 732825eCopy full SHA for 732825e
src/components/list-elements/Table/TableRow.tsx
@@ -10,7 +10,7 @@ const TableRow = React.forwardRef<HTMLTableRowElement, React.HTMLAttributes<HTML
10
const { children, className, ...other } = props;
11
return (
12
<>
13
- <tr ref={ref} className={twMerge(makeRowClassName("roow"), className)} {...other}>
+ <tr ref={ref} className={twMerge(makeRowClassName("row"), className)} {...other}>
14
{children}
15
</tr>
16
</>
0 commit comments