We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351a24 commit 8f0b5c4Copy full SHA for 8f0b5c4
packages/paste-core/components/table/src/Tr.tsx
@@ -12,10 +12,9 @@ const Tr = React.forwardRef<HTMLTableRowElement, TrProps>(
12
{...safelySpreadBoxProps(props)}
13
ref={ref}
14
as="tr"
15
- backgroundColor="colorBackgroundWeakest"
16
element={element}
17
verticalAlign={verticalAlign}
18
- _even={{ backgroundColor: striped ? "colorBackgroundRowStriped" : "transparent" }}
+ _even={{ backgroundColor: striped ? "colorBackgroundRowStriped" : "colorBackgroundWeakest" }}
19
_last={{ borderWidth: "borderWidth0" }}
20
/>
21
);
0 commit comments