fix(dashboard): revert cell hover and active colors to grayscale (#36991)

(cherry picked from commit 0404c99e39)
This commit is contained in:
Reynold Morel
2026-01-13 15:22:37 -04:00
committed by Joe Li
parent b183f04fa5
commit 98c8ffa0df
3 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ export const Styles = styled.div`
}
.hoverable:hover {
background-color: ${theme.colorPrimaryBgHover};
background-color: ${theme.colorFillContentHover};
cursor: pointer;
}
`}