fix: warning of nth-child (#23638)

This commit is contained in:
JUST.in DO IT
2023-10-17 15:33:07 -04:00
committed by GitHub
parent deef3b04eb
commit 16cc089b19
6 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ export default styled(ParallelCoordinates)`
height: 18px;
margin: 0px;
}
.parcoords .row:nth-child(odd) {
.parcoords .row:nth-of-type(odd) {
background: ${addAlpha(theme.colors.grayscale.dark2, 0.05)};
}
.parcoords .header {