Skip to content

Commit

Permalink
Merge pull request #504 from ayush-848/main
Browse files Browse the repository at this point in the history
fixed brush selector bug
  • Loading branch information
singodiyashubham87 authored Jul 29, 2024
2 parents a35606c + 4bd134a commit fca1d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DrawingShapes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ const DrawingShapes = ({
<>
<div>
<button
className=" h-10 p-2 rounded-md text-xl shadow-md"
className=" h-10 p-2 rounded-md text-xl shadow-md hover:bg-gray-400"
style={{ backgroundColor: '#D1D5DB', color: '#000' }}
onClick={() => setLower(!lower)}
>
<GiPencilBrush />
Expand Down

0 comments on commit fca1d65

Please sign in to comment.