Skip to content

Commit

Permalink
Add theme color (#19490)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored Apr 4, 2022
1 parent 7914296 commit 4b92287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default styled(ParallelCoordianes)`
overflow: auto;
div.row {
&:hover {
background-color: #ccc;
background-color: ${({ theme }) => theme.colors.grayscale.light2};
}
}
}
Expand Down

0 comments on commit 4b92287

Please sign in to comment.