mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
Add theme color (#19490)
This commit is contained in:
@@ -39,7 +39,7 @@ export default styled(ParallelCoordianes)`
|
||||
overflow: auto;
|
||||
div.row {
|
||||
&:hover {
|
||||
background-color: #ccc;
|
||||
background-color: ${({ theme }) => theme.colors.grayscale.light2};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user