Skip to content
Snippets Groups Projects
Commit f0a951c5 authored by Miłosz Grocholewski's avatar Miłosz Grocholewski
Browse files

feat(layers): change trash icon color

parent a7a100f7
No related branches found
No related tags found
1 merge request!392Resolve MIN-136 "Feat/ appearance of layer editing"
Pipeline #101370 passed
...@@ -109,7 +109,7 @@ export const LayerDrawerLayerContextMenu = ({ ...@@ -109,7 +109,7 @@ export const LayerDrawerLayerContextMenu = ({
onKeyDown={handleKeyPress} onKeyDown={handleKeyPress}
role="menuitem" role="menuitem"
> >
<Icon name="trash" /> <Icon name="trash" className="fill-red-600" />
<span>Delete layer</span> <span>Delete layer</span>
</li> </li>
</ul> </ul>
......
...@@ -36,7 +36,8 @@ export const LayersDrawerObjectActions = ({ ...@@ -36,7 +36,8 @@ export const LayersDrawerObjectActions = ({
/> />
<IconButton <IconButton
icon="trash" icon="trash"
className="h-auto w-auto bg-transparent p-0" className="h-auto w-auto bg-transparent p-0 "
classNameIcon="group-hover:fill-red-700 group-active:fill-red-700 fill-red-600"
title="Remove" title="Remove"
onClick={removeObject} onClick={removeObject}
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment