We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e29205c + b59603f commit 8d49b2eCopy full SHA for 8d49b2e
src/components/gui/table-optimized/table-cell.tsx
@@ -34,7 +34,7 @@ export default function OptimizeTableCell<HeaderMetadata = unknown>({
34
return { zIndex: 15, left: state.gutterColumnWidth + "px" };
35
}, [state.gutterColumnWidth, isSticky]);
36
37
- let cellBackgroundColor = "bg-transparent";
+ let cellBackgroundColor = "bg-background";
38
39
if (isSelected) {
40
if (isRemoved) {
0 commit comments