fix: harden kumo base component styling
This commit is contained in:
@@ -47,7 +47,7 @@ const TableRoot = React.forwardRef<HTMLTableElement, TableProps>(function Table(
|
||||
return (
|
||||
<table
|
||||
ref={ref}
|
||||
className={cn("border-collapse text-kumo-default", layout === "fixed" && "table-fixed", className)}
|
||||
className={cn("teatea-table border-collapse text-kumo-default", layout === "fixed" && "table-fixed", className)}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user