Skip to content

Commit aca4563

Browse files
committed
fixed bom utils with new CSS for assembly
1 parent d15121b commit aca4563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/utils/bom.utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ export const BomStyledDataGrid = styled(DataGrid)(({ theme }) => ({
7171
backgroundColor: '#ef4345'
7272
},
7373
'& .super-app-theme--assembly': {
74-
backgroundColor: '#997570',
74+
backgroundColor: theme.palette.grey[600],
7575
'&:hover': {
76-
backgroundColor: '#997570'
76+
backgroundColor: theme.palette.grey[700]
7777
},
7878
'&.Mui-selected': {
7979
backgroundColor: '#997570',

0 commit comments

Comments
 (0)