@stoker-platform/web-app 0.5.65 → 0.5.66
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/List.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/List.tsx
CHANGED
|
@@ -1715,7 +1715,7 @@ export function List({
|
|
|
1715
1715
|
<Table className="list-table">
|
|
1716
1716
|
<TableHeader>
|
|
1717
1717
|
{table.getHeaderGroups().map((headerGroup) => (
|
|
1718
|
-
<TableRow key={headerGroup.id}>
|
|
1718
|
+
<TableRow key={headerGroup.id} className="hover:bg-transparent">
|
|
1719
1719
|
{headerGroup.headers.map((header) => {
|
|
1720
1720
|
let className = ""
|
|
1721
1721
|
if (header.id !== "select") {
|