We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15121b commit aca4563Copy full SHA for aca4563
1 file changed
src/frontend/src/utils/bom.utils.ts
@@ -71,9 +71,9 @@ export const BomStyledDataGrid = styled(DataGrid)(({ theme }) => ({
71
backgroundColor: '#ef4345'
72
},
73
'& .super-app-theme--assembly': {
74
- backgroundColor: '#997570',
+ backgroundColor: theme.palette.grey[600],
75
'&:hover': {
76
- backgroundColor: '#997570'
+ backgroundColor: theme.palette.grey[700]
77
78
'&.Mui-selected': {
79
backgroundColor: '#997570',
0 commit comments