Skip to content

Commit

Permalink
Added icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit20v committed Jan 1, 2025
1 parent c70a0a1 commit 0a74ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToolPickerContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ToolPickerContainer = ({tool, setTool, stageRef, setSelectedColor, setStro
borderRadius: "8px"
}}>
<Tool isSelected={false}>
<RiDeleteBin2Fill size={22} onClick={setShapes}/>
<RiDeleteBin2Fill color={"black"} size={22} onClick={setShapes}/>
</Tool>
</div>
</div>
Expand Down

0 comments on commit 0a74ae0

Please sign in to comment.