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

This commit is contained in:
Reynold Morel
2026-01-13 15:22:37 -04:00
committed by GitHub
parent fd3eea0557
commit 0404c99e39
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;
}
`}