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

@@ -44,7 +44,7 @@ const SaveDatasetActionButton = ({
font-weight: ${theme.gridUnit * 150};
background-color: ${theme.colors.primary.light4};
color: ${theme.colors.primary.dark1};
&:nth-child(2) {
&:nth-of-type(2) {
&:before,
&:hover:before {
border-left: 2px solid ${theme.colors.primary.dark2};