Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 23, 2024
1 parent 385f70a commit 5ff0cf8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,9 @@ function Actions(props: ActionProps): React.ReactNode {

return (
<>
<div
className="hover:cursor-pointer rounded hover:text-red-800"
onClick={handleRemove}
title="Remove layer group"
>
<DenseIconButton onClick={handleRemove} title="Remove layer group">
<Delete fontSize="inherit" />
</div>
</DenseIconButton>
</>
);
}

0 comments on commit 5ff0cf8

Please sign in to comment.