Skip to content

Commit

Permalink
Merge branch 'main' into 563/show-empty-row-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
roll authored Sep 27, 2024
2 parents f1ea11d + 3cf5540 commit c258343
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/components/Parts/Trees/File.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ const StyledTreeItem = styled(
{<img src={deleteIcon} alt="" />}
</ListItemIcon>
<ListItemText primaryTypographyProps={{
// disable temporarily until we find why the check is failing in CI
// @ts-ignore
color: (theme) => theme.palette.OKFNRed.main,
color: (theme) => theme.palette.OKFNRed500.main,
}}
primary={`Delete ${fileOrFolder}`} secondary="Only removes this element from the ODE folder" />
</MenuItem>
Expand Down

0 comments on commit c258343

Please sign in to comment.