@ -274,7 +274,7 @@ const BasicTable = ({
<td
key={index}
{...column.getFooterProps}
className="p-2 text-right text-xs"
className="py-2 px-4 text-right text-xs font-medium"
style={{ color: "#fff" }}
>
{column.render("Footer")}
@ -11,6 +11,7 @@ export const Checkbox = React.forwardRef(({ indeterminate, ...rest }, ref) => {
return (
<>
<input type="checkbox" ref={resolvedRef} {...rest} />
<h2>mahdi</h2>
</>
);
});