Add theme color (#19490)

This commit is contained in:
Geido
2022-04-04 17:19:54 +03:00
committed by GitHub
parent 7914296d8a
commit 4b922873ae

View File

@@ -39,7 +39,7 @@ export default styled(ParallelCoordianes)`
overflow: auto;
div.row {
&:hover {
background-color: #ccc;
background-color: ${({ theme }) => theme.colors.grayscale.light2};
}
}
}