myoperator-ui 0.0.176 → 0.0.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3001,7 +3001,7 @@ const TableHead = React.forwardRef<HTMLTableCellElement, TableHeadProps>(
|
|
|
3001
3001
|
<th
|
|
3002
3002
|
ref={ref}
|
|
3003
3003
|
className={cn(
|
|
3004
|
-
"h-12 px-4 text-left align-middle font-
|
|
3004
|
+
"h-12 px-4 text-left align-middle font-semibold text-semantic-text-muted text-sm [&:has([role=checkbox])]:pr-0",
|
|
3005
3005
|
sticky && "sticky left-0 bg-[var(--color-neutral-100)] z-10",
|
|
3006
3006
|
sortDirection && "cursor-pointer select-none",
|
|
3007
3007
|
className
|